@@ -39,8 +39,6 @@ dependencies = [
3939 # Info: xcp imports branding, but branding has no distribution, so we can't list it.
4040 # A stub for testing is in ./stubs, which we configure to be in PYTHONPATH by pytest.
4141 " six" ,
42- " configparser; python_version < '3.0'" ,
43- " pyliblzma; python_version < '3.0'"
4442]
4543
4644[project .optional-dependencies ]
@@ -50,10 +48,9 @@ test = [
5048 " pytest>=7" ,
5149 " pytest-cov" ,
5250 " pytest-forked" ,
53- " pytest_httpserver; python_version >= '3.7'" ,
54- " pytest-localftpserver; python_version >= '3.7'" ,
55- " pytest-localftpserver==0.5.1; python_version <= '3.6'" ,
56- " pytest-subprocess; python_version >= '3.6'" ,
51+ " pytest_httpserver" ,
52+ " pytest-localftpserver" ,
53+ " pytest-subprocess" ,
5754 " pytest-timeout" ,
5855 " typing_extensions"
5956]
@@ -75,16 +72,7 @@ pytype = [
7572 " pytype" ,
7673]
7774tox = [
78- # The latest versions of tox need 'py>=1.11.0' and this is not stated in the deps of tox-4.5.1.
79- " py>=1.11.0" ,
80- # Use tox==4.5.1: tox>=4 is needed for reading the extras from pyproject.toml
81- # while tox>=4.5.2 depends on virutalenv>=20.23, which breaks Python 2.7:
82- " tox==4.5.1; python_version >= '3.7'" ,
83- " tox-gh-actions; python_version >= '3.7'" ,
84- # virtualenv-20.22 breaks using python2.7 for the `py27` virtualenv with tox and newer
85- # versions even break py36(which is also EOL) because py36 does not support
86- # from __future__ import annotations
87- " virtualenv<20.22" ,
75+ " tox-gh-actions" ,
8876]
8977
9078[project .urls ]
0 commit comments