Switch to stestr, declare Python 3.7 compatibility
Since [1] the project supports Python 3.7. It is also a good idea to move away from ostestr to stestr, as all OpenStack projects did already. [1] - https://review.opendev.org/715634 Change-Id: I68bb89e441cba373f3c781ec0f4418c3969c8f85
This commit is contained in:
parent
83f3097608
commit
079396a691
@ -12,9 +12,8 @@ classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 2.6
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.7
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
|
@ -1,5 +1,5 @@
|
||||
flake8
|
||||
sphinx>=1.6.1
|
||||
os-testr>=0.8.0 # Apache-2.0
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
mock>=2.0.0 # BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user