From 6d75ac4fb3b20282147e1c0da1a2dd8f2d78c7d3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:14:03 +0200 Subject: [PATCH] [PR #10701/3b9acafc backport][stable-10] update requirements for Python versions currently used (#10702) update requirements for Python versions currently used (#10701) (cherry picked from commit 3b9acafc72882e6d3935b840601e48a00f2d2c67) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- tests/unit/requirements.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index c99d801006..9b1975fd27 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -2,8 +2,6 @@ # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later -unittest2 ; python_version < '2.7' -importlib ; python_version < '2.7' # requirement for the memcached cache plugin python-memcached < 1.60 ; python_version < '3.6' @@ -14,8 +12,8 @@ redis async-timeout ; python_version == '3.11' # requirement for the linode module -linode-python # APIv3 -linode_api4 ; python_version > '2.6' # APIv4 +linode-python # APIv3 +linode_api4 # APIv4 # requirement for the gitlab and github modules python-gitlab @@ -23,8 +21,7 @@ PyGithub httmock # requirement for maven_artifact module -lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later -lxml ; python_version >= '2.7' +lxml semantic_version # requirement for datadog_downtime module