File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ commands =
5050
5151[testenv:unit-tips]
5252commands =
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 =
7171passenv =
7272 OS_*
7373commands =
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
You can’t perform that action at this time.
0 commit comments