keystone/test-requirements.txt
Stephen Finucane 6dfde5b48b requirements: Bump linter requirements
The pep257 dependency does not support Python 3.10 and has been
deprecated in favour of flake8-docstrings. While we're here, we bump the
other linter dependencies and remove a note regarding the order of
dependencies, which is no longer true with the new dependency resolver
introduced in pip 20.3. We also remove an import exception for six.moves
since we no longer use six.

Change-Id: I4aae75f513568126230becf27b2e07d6682d35a1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-10-26 15:14:21 +03:00

26 lines
623 B
Plaintext

hacking~=4.1.0 # Apache-2.0
flake8-docstrings~=1.6.0 # MIT
bashate~=2.1.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
freezegun>=0.3.6 # Apache-2.0
pytz>=2013.6 # MIT
# Include drivers for opportunistic testing.
oslo.db[fixtures,mysql,postgresql]>=6.0.0 # Apache-2.0
# computes code coverage percentages
coverage!=4.4,>=4.0 # Apache-2.0
# fixture stubbing
fixtures>=3.0.0 # Apache-2.0/BSD
# xml parsing
lxml>=4.5.0 # BSD
oslotest>=3.2.0 # Apache-2.0
# test wsgi apps without starting an http server
WebTest>=2.0.27 # MIT
testtools>=2.2.0 # MIT
tempest>=17.1.0 # Apache-2.0
# Functional tests.
requests>=2.14.2 # Apache-2.0