Skip to content

Commit 07b71fc

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Tox: Fix install commands for unit-tips and functional-tips"
2 parents 9db8902 + a45a364 commit 07b71fc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ commands =
5050

5151
[testenv:unit-tips]
5252
commands =
53-
python -m pip install -q -U -e "git+file://{toxinidir}/../cliff#egg=cliff"
54-
python -m pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth"
55-
python -m pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
56-
pythom -m pip install -q -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
53+
python -m pip install -q -U -e {toxinidir}/../cliff#egg=cliff
54+
python -m pip install -q -U -e {toxinidir}/../keystoneauth#egg=keystoneauth
55+
python -m pip install -q -U -e {toxinidir}/../osc-lib#egg=osc_lib
56+
python -m pip install -q -U -e {toxinidir}/../openstacksdk#egg=openstacksdk
5757
python -m pip freeze
5858
stestr run {posargs}
5959

@@ -71,10 +71,10 @@ setenv =
7171
passenv =
7272
OS_*
7373
commands =
74-
python -m pip install -q -U -e "git+file://{toxinidir}/../cliff#egg=cliff"
75-
python -m pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth1"
76-
python -m pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
77-
python -m pip install -q -U -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
74+
python -m pip install -q -U -e {toxinidir}/../cliff#egg=cliff
75+
python -m pip install -q -U -e {toxinidir}/../keystoneauth#egg=keystoneauth1
76+
python -m pip install -q -U -e {toxinidir}/../osc-lib#egg=osc_lib
77+
python -m pip install -q -U -e {toxinidir}/../openstacksdk#egg=openstacksdk
7878
python -m pip freeze
7979
stestr run {posargs}
8080

0 commit comments

Comments
 (0)