From 414f0541a5eb5efe5658641c29228a010dd29fb7 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:04:31 +0100 Subject: [PATCH] [PR #11654/b85a1687 backport][stable-12] test: remove redundant unit test requirements (#11662) test: remove redundant unit test requirements (#11654) (cherry picked from commit b85a16871609e9da419d09094f153062e56877ea) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- tests/unit/requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 6a30a9ee84..3ba8c5fac3 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -4,7 +4,6 @@ # requirement for the memcached cache plugin -python-memcached < 1.60 ; python_version < '3.6' python-memcached ; python_version >= '3.6' # requirement for the redis cache plugin @@ -30,7 +29,6 @@ datadog-api-client >= 1.0.0b3 ; python_version >= '3.6' # requirement for dnsimple module dnsimple >= 2 ; python_version >= '3.6' -dataclasses ; python_version == '3.6' # requirement for the opentelemetry callback plugin # WARNING: these libraries rely on Protobuf for Python, which regularly stops installing. @@ -46,7 +44,6 @@ elastic-apm ; python_version >= '3.6' passlib[argon2] #requirements for nomad_token modules -python-nomad < 2.0.0 ; python_version <= '3.6' python-nomad >= 2.0.0 ; python_version >= '3.7' # requirement for jenkins_build, jenkins_node, jenkins_plugin modules