Skip to content

Commit 0c1a73e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix tox -e venv -- reno new <slug>"
2 parents a742e47 + 8468b2a commit 0c1a73e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ commands =
8787
{toxinidir}/openstackclient/tests/functional/run_stestr.sh {posargs}
8888

8989
[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
9094
commands = {posargs}
9195

9296
[testenv:cover]

0 commit comments

Comments
 (0)