File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifier =
1919 Programming Language :: Python :: 3.8
2020 Programming Language :: Python :: 3.9
2121 Programming Language :: Python :: 3.10
22+ Programming Language :: Python :: 3.11
2223
2324description_file =
2425 README.rst
Original file line number Diff line number Diff line change 1- # The order of packages is significant, because pip processes them in the order
2- # of appearance. Changing the order has an impact on the overall integration
3- # process, which may cause wedges in the gate later.
4-
51# Unit tests requirements
6- coverage!=4.4, >=4.0 # Apache-2.0
2+ coverage>=4.0 # Apache-2.0
73fixtures>=3.0.0 # Apache-2.0/BSD
8- stestr>=1 .0.0 # Apache-2.0
4+ stestr>=2 .0.0 # Apache-2.0
95
106# Tempest plugin requirements
117futurist>=1.2.0 # Apache-2.0
Original file line number Diff line number Diff line change 11[tox]
2- minversion = 3.18 .0
2+ minversion = 4.4 .0
33envlist = py3,pep8
44ignore_basepython_conflict =true
55
66[testenv]
7- basepython = python3
7+ constrain_package_deps = true
88usedevelop = True
99setenv = VIRTUAL_ENV ={envdir}
1010 PYTHONDONTWRITEBYTECODE = 1
@@ -29,11 +29,11 @@ commands =
2929
3030[testenv:pep8]
3131deps =
32- hacking~=6.0 .0 # Apache-2.0
33- flake8-import-order ==0.17.1 # LGPLv3
34- bashate>=0.5.1 # Apache-2.0
32+ hacking~=6.1 .0 # Apache-2.0
33+ flake8-import-order~=0.18.0 # LGPLv3
34+ bashate~=2.1.0 # Apache-2.0
3535 pycodestyle>=2.0.0,<3.0.0 # MIT
36- doc8>=0.6 .0 # Apache-2.0
36+ doc8~=1.1 .0 # Apache-2.0
3737allowlist_externals = bash
3838 {toxinidir}/tools/run_bashate.sh
3939commands =
You can’t perform that action at this time.
0 commit comments