gear/test-requirements.txt
Jeremy Stanley f995fba9a6 Update testing to Python 3.9 and linters
In preparation for an upcoming release, add testing for latest
Python (3.9). Switch tox to use Python 3 by default, and rename the
testenv for flake8 from pep8 to linters, consistent with other tools
and libraries OpenDev maintains. Update to a newer hacking plugin,
which will use newer flake8 as well. Ignore rules about line breaks
around comparison operators, as well as those related to ambiguous
variable names, at least for now. Also build distribution artifacts
on a more recent platform so we get newer Setuptools with support
for the latest package metadata, in preparation for a coming change
to update that.

Change-Id: I2130d66fc9aadaa9fe09635b59475be71938132e
2021-03-30 14:56:40 +02:00

12 lines
181 B
Plaintext

hacking>=2.0.0,<2.1.0 # Apache-2.0
coverage>=3.6
fixtures>=0.3.12
python-subunit
pyOpenSSL
statsd>=1.0.0,<3.0
testrepository>=0.0.13
testresources
testscenarios
testtools>=0.9.27