Skip to content

Commit 68fc9b0

Browse files
committed
Update to match latest development cycle
Update python supported versions Update tox versions and options Change-Id: I4b99f4882e39177e7bf6343af8116c499273e6d6
1 parent 197d66a commit 68fc9b0

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2324
description_file =
2425
README.rst

test-requirements.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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
73
fixtures>=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
117
futurist>=1.2.0 # Apache-2.0

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
minversion = 3.18.0
2+
minversion = 4.4.0
33
envlist = py3,pep8
44
ignore_basepython_conflict=true
55

66
[testenv]
7-
basepython = python3
7+
constrain_package_deps = true
88
usedevelop = True
99
setenv = VIRTUAL_ENV={envdir}
1010
PYTHONDONTWRITEBYTECODE = 1
@@ -29,11 +29,11 @@ commands =
2929

3030
[testenv:pep8]
3131
deps =
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
3737
allowlist_externals = bash
3838
{toxinidir}/tools/run_bashate.sh
3939
commands =

0 commit comments

Comments
 (0)