Move oslo.concurrency to test-requirements
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
This commit is contained in:
parent
21ee9f58b8
commit
0eac5374b4
@ -1,7 +1,6 @@
|
|||||||
alembic>=0.4.1
|
alembic>=0.4.1
|
||||||
oslo.config>=1.4.0.0a3
|
oslo.config>=1.4.0.0a3
|
||||||
oslo.db>=2.1.0
|
oslo.db>=2.1.0
|
||||||
oslo.concurrency
|
|
||||||
pbr>=1.0.0
|
pbr>=1.0.0
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18
|
||||||
six>=1.5.2
|
six>=1.5.2
|
||||||
|
@ -11,5 +11,6 @@ oslosphinx
|
|||||||
PyMySql
|
PyMySql
|
||||||
psycopg2
|
psycopg2
|
||||||
os-testr
|
os-testr
|
||||||
|
oslo.concurrency>=3.5.0
|
||||||
# releasenotes
|
# releasenotes
|
||||||
reno>=0.1.1 # Apache2
|
reno>=0.1.1 # Apache2
|
||||||
|
Loading…
Reference in New Issue
Block a user