summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Horcada Bernal <ihorcada@gmail.com>2022-07-19 14:44:36 +0200
committerHervé Beraud <herveberaud.pro@gmail.com>2022-07-20 10:29:52 +0000
commitdc1a4668581ecb2724ecac007ff5baf6d47bc432 (patch)
tree4641d32aac77b61319501f02b4d61723cc2315c9
parent27eeee2a81452d1fd5578e5abcbb2262092df42a (diff)
downloadoslo-vmware-stable/wallaby.tar.gz
[stable-only] Pin virtualenvwallaby-em3.8.2stable/wallaby
This patch introduces pinning virtualenv version to ensure compatibility of setuptools with suds-jurko. Change-Id: I472bcfd7b396c7567117a0d2a626235d471750e3 (cherry picked from commit 3a739bdd8510bbd18c0dc9a63735c875450cb0ea)
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f1a45d1..4a8fd71 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
minversion = 3.2.0
envlist = py38,pep8
ignore_basepython_conflict = true
+requires = virtualenv<20.8
[testenv]
basepython = python3