Skip to content

Commit b188dbe

Browse files
russozpatchback[bot]
authored andcommitted
update requirements for Python versions currently used (#10701)
(cherry picked from commit 3b9acaf)
1 parent eca2094 commit b188dbe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/unit/requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

5-
unittest2 ; python_version < '2.7'
6-
importlib ; python_version < '2.7'
75

86
# requirement for the memcached cache plugin
97
python-memcached < 1.60 ; python_version < '3.6'
@@ -14,17 +12,16 @@ redis
1412
async-timeout ; python_version == '3.11'
1513

1614
# requirement for the linode module
17-
linode-python # APIv3
18-
linode_api4 ; python_version > '2.6' # APIv4
15+
linode-python # APIv3
16+
linode_api4 # APIv4
1917

2018
# requirement for the gitlab and github modules
2119
python-gitlab
2220
PyGithub
2321
httmock
2422

2523
# requirement for maven_artifact module
26-
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
27-
lxml ; python_version >= '2.7'
24+
lxml
2825
semantic_version
2926

3027
# requirement for datadog_downtime module

0 commit comments

Comments
 (0)