We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a742e47 + 8468b2a commit 0c1a73eCopy full SHA for 0c1a73e
1 file changed
tox.ini
@@ -87,6 +87,10 @@ commands =
87
{toxinidir}/openstackclient/tests/functional/run_stestr.sh {posargs}
88
89
[testenv:venv]
90
+deps =
91
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
92
+ -r{toxinidir}/requirements.txt
93
+ -r{toxinidir}/doc/requirements.txt
94
commands = {posargs}
95
96
[testenv:cover]
0 commit comments