From 3b9acafc72882e6d3935b840601e48a00f2d2c67 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:01:49 +1200 Subject: [PATCH] update requirements for Python versions currently used (#10701) --- 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 765c70af0a..78a082fc16 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