Skip to content

Commit c715b66

Browse files
committed
Fixing tests with tox 4.2.6
Remove basepython from testenv Change-Id: Idb2a9d9dcc5a73e15e5cbab165b2b629a8b26afe
1 parent e8b2534 commit c715b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ skipsdist = True
77
ignore_basepython_conflict = True
88

99
[testenv]
10-
basepython = python3
1110
setenv = VIRTUAL_ENV={envdir}
1211
NOSE_WITH_OPENSTACK=1
1312
NOSE_OPENSTACK_COLOR=1
@@ -48,6 +47,7 @@ commands =
4847
[testenv:docs]
4948
deps =
5049
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
50+
-r{toxinidir}/requirements.txt
5151
-r{toxinidir}/doc/requirements.txt
5252
commands =
5353
rm -rf doc/html doc/build

0 commit comments

Comments
 (0)