summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2020-09-10 09:48:56 -0400
committerEmilien Macchi <emilien@redhat.com>2020-09-10 14:19:03 -0400
commit17a491449f705c16e6cbe466860c606b30bd557f (patch)
tree56e5c80695bc93a1c2dd34a3fd8b32ab1aceddd4 /test-requirements.txt
parentc54518d6072d8b5b65c6a2ce6c50903efb31e3ee (diff)
downloadheat-17a491449f705c16e6cbe466860c606b30bd557f.tar.gz
Fix lower-constraints errors
This patch changes the lower-constraint requirements to make them py3.8 compatible. See https://bugs.launchpad.net/nova/+bug/1886298 Markupsafe==1.1.1 PyMySQL==0.8.0 PyYAML==3.13 cffi==1.14.0 greenlet==0.4.15 kombu==5.0.1 lxml==4.5.0 oslo.db==6.0.0 paramiko==2.7.1 psycopg2==2.8 sqlalchemy-migrate==0.13.0 tenacity==6.1.0 Also update the test-setup.sh to work with recent version of mysql. Change-Id: Ibe60d1e536f0e887eceea32b7cb4eec6318e96af Partial-Bug: #1886298
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c4233ea32..95f10c298 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,13 +4,18 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.0.1,<3.1.0 # Apache-2.0
+# remove this pyflakes from here once you bump the
+# hacking to 3.2.0 or above. hacking 3.2.0 takes
+# care of pyflakes version compatibilty.
+pyflakes>=2.1.1
+
bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-kombu!=4.0.2,>=4.0.0 # BSD
-PyMySQL>=0.7.6 # MIT License
+kombu!=4.0.2,>=5.0.1 # BSD
+PyMySQL>=0.8.0 # MIT License
oslotest>=3.2.0 # Apache-2.0
-psycopg2>=2.7 # LGPL/ZPL
+psycopg2>=2.8 # LGPL/ZPL
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT