d2deab385b
These practices cause conflicts periodically. Not right now: the gate is okay with the current values, which this patch deletes. However, like sun raising in the east it is sure to happen again. This patch lets workarounds work that the infra team puts in place. The downside is, we need to fix the code once in a while as new checks get added. Change-Id: Ia7a96fb4b6de4251862a8a96c995cefa94dbc271
26 lines
590 B
Plaintext
26 lines
590 B
Plaintext
hacking
|
|
flake8-docstrings
|
|
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
|