summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2021-01-18 18:01:44 -0800
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2021-01-18 18:02:23 -0800
commite3b88edd9bc2a253653118ace213b35e2e55b9de (patch)
treeb0ae3070c3bb3e60ca70ad31d4ea7dc2caf960da
parente6e7b191a3b19a2af99fd2c8a860dea3083bc6b1 (diff)
downloadpython-designateclient-e3b88edd9bc2a253653118ace213b35e2e55b9de.tar.gz
Fix lower-constrains job
Applied the same fix as was done for designate. Change-Id: I9cb5f14c732bc2cc42c63dfcb6f13ec6d4f03a35
-rw-r--r--lower-constraints.txt6
-rw-r--r--tox.ini4
2 files changed, 7 insertions, 3 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index b2f7436..5bbce4b 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -23,7 +23,7 @@ jsonpointer==1.13
jsonschema==2.6.0
keystoneauth1==3.4.0
linecache2==1.0.0
-mccabe==0.2.1
+mccabe==0.6.0
monotonic==0.6
mox3==0.20.0
msgpack-python==0.4.0
@@ -49,7 +49,7 @@ pep8==1.5.7
prettytable==0.7.2
pyasn1==0.1.8
pycparser==2.18
-pyflakes==0.8.1
+pyflakes==2.1.0
pyinotify==0.9.6
pyparsing==2.1.0
pyperclip==1.5.27
@@ -57,7 +57,7 @@ python-dateutil==2.5.3
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
-PyYAML==3.12
+PyYAML==3.13
reno==3.1.0
requests==2.14.2
requests-mock==1.2.0
diff --git a/tox.ini b/tox.ini
index eda694d..1e6c252 100644
--- a/tox.ini
+++ b/tox.ini
@@ -100,6 +100,10 @@ builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
[testenv:lower-constraints]
+skip_install = True
+commands =
+ python -m pip install --no-deps -U .
+ stestr run {posargs}
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt