55a24e730d
* Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores.Without this, we see 'UserWarning' messages. * Replace .testr.conf by .stestr.conf for migration and update .gitignore and test-requirements.txt file accordingly * Use py3 as the default runtime for tox * Add a new job, openstack-cover-jobs, to run the coverage in Zuul [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I3169456592324425b9a9ddc4dbcf8abcf3b82135
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking<3.2.0,>=3.1.0
|
|
|
|
coverage>=3.6
|
|
python-subunit>=0.0.18
|
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4
|