summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2023-01-28 14:35:44 +0800
committerwu.chunyang <wuchunyang@yovole.com>2023-01-28 15:53:59 +0800
commitc715b66b53506d499db3b266b4407a580548153b (patch)
tree70203db6aba63fb83c794f1618fada9c7eada246
parente8b2534e0d1e37347a57504d1419c9f17515b38e (diff)
downloadpython-troveclient-c715b66b53506d499db3b266b4407a580548153b.tar.gz
Fixing tests with tox 4.2.6
Remove basepython from testenv Change-Id: Idb2a9d9dcc5a73e15e5cbab165b2b629a8b26afe
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 61d4831..683d7ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,6 @@ skipsdist = True
ignore_basepython_conflict = True
[testenv]
-basepython = python3
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1
@@ -48,6 +47,7 @@ commands =
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/html doc/build