Merge "refactor: Move hacking dependency from tox.ini to test-reqs"
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
||||||
coverage>=4.4.1 # Apache-2.0
|
coverage>=4.4.1 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
python-subunit>=1.0.0 # Apache-2.0/BSD
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
||||||
|
1
tox.ini
1
tox.ini
@@ -28,7 +28,6 @@ deps =
|
|||||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
||||||
allowlist_externals = bash
|
allowlist_externals = bash
|
||||||
commands =
|
commands =
|
||||||
bash {toxinidir}/tools/pip_install_src_modules.sh "{toxinidir}"
|
bash {toxinidir}/tools/pip_install_src_modules.sh "{toxinidir}"
|
||||||
|
Reference in New Issue
Block a user