0eac5374b4
Looking through the subunit2sql code oslo.concurrency is only ever used for a lock fixture used during the unit tests. We shouldn't have test only requirements listed in the requirements.txt file. This commit moves it to live in test-requirements so we don't unecessarily install it when installing subunit2sql. Change-Id: Idf537d20980ffc1c1d3ec8c7758c810f18fc5164
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
hacking>=0.9.2,<0.10
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
mock>=1.0
|
|
sphinx>=1.1.2,<1.2
|
|
testscenarios>=0.4
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
oslosphinx
|
|
PyMySql
|
|
psycopg2
|
|
os-testr
|
|
oslo.concurrency>=3.5.0
|
|
# releasenotes
|
|
reno>=0.1.1 # Apache2
|