mirror of
https://opendev.org/x/pyghmi
synced 2025-01-13 11:17:47 +00:00
16b62119d7
Update minversion of tox to 3.9.0 to allow inline comments. Add skipsdist and ignore_basepython_conflict for better compatibility and to use correct python version when specified. Move pep8 test requirements to tox.ini for easier management and update requirement versions. Fix a small typo found with new pep8 deps. Add py27 constraints file for Python 2.7 tox jobs. Use wallaby jobs. Remove lower-constraints (it was not used anyway). Fix docs job Change-Id: I1132814a86b46a154b3a8eed5bc3e73ad7950589
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
|
|
coverage>=4.0
|
|
fixtures>=3.0.0
|
|
python-subunit>=1.0.0
|
|
stestr>=2.0.0,!=2.3.0,!=3.0.0 # Apache-2.0
|
|
testscenarios>=0.4
|
|
testtools>=2.2.0
|
|
oslotest>=3.2.0,<4;python_version<'3.6' # Apache-2.0
|
|
oslotest>=3.2.0;python_version>='3.6' # Apache-2.0
|