cfdb4fa162
When running edit-constraints under python3.12 in devstack, there is a failure because the "distutils" module is missing. Move setuptools, which provides this module, from test-requirements.txt to requirements.txt. Change-Id: Ib1b23e3705ee87ac8aabd9c953920c3c80fd0143
8 lines
278 B
Plaintext
8 lines
278 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
|
|
bashate>=0.5.1 # Apache-2.0
|