Files
requirements/test-requirements.txt
Stephen Finucane 5bc5127cc9 tox: Assorted changes
- Remove the 'linters' testenv: this battle has been lost
- Don't install package for the 'pep8' testenv: it's unnecessary
- Remove 'safety' from 'pep8' testenv: the command we were using is
  deprecated and the new one requires authentication
- Fix the 'bindep' testenv so it (once again) skips install of the
  package and do the same for the 'pep8' and 'babel' testenvs
- Stop setting 'basepython': everything is Python 3 nowadays (tox 4
  *only* supports that)
- Remove a linter from the 'test-requirements.txt' file: these
  dependencies are managed by tox
- Fix some indentation

Change-Id: I4805d1ac0fa0209c59f3815352ff9ea54108eca2
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-09-18 14:37:36 +01:00

7 lines
250 B
Plaintext

# NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list
stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
virtualenv>=14.0.6 # MIT