summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-05-26 22:10:48 +0200
committerMichael Johnson <johnsomor@gmail.com>2021-11-23 20:16:29 +0000
commita3c21fdd7636b92f06978d7ca0050915c788e5c2 (patch)
treeaaabfeda06a47e54b11ee4c2080e6c61e05efbef /test-requirements.txt
parente428a1aed0ffa62ee973b1e14e779bc78f2a42da (diff)
downloadpython-designateclient-a3c21fdd7636b92f06978d7ca0050915c788e5c2.tar.gz
Cap jsonschema 3.2.0 as the minimal version
Previous versions of jsonschema (<3.2.0) doesn't support python 3.8 [1]. Python 3.8 is part of the victoria supported runtimes [2] so we now force to use jsonschema version 3.2.0 to avoid issues, remove ambiguity and ensure that everything works with python 3 in general. This patch also advances tempest to 25.0.0 and oslo.concurrency to 3.26.0 for proper python3 support. [1] https://github.com/Julian/jsonschema/pull/627 [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: Iaf5ff97322ff6f18a3693dead20ec8f6fe7561ad
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b913174..bfd8ebb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,4 +10,4 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
-tempest>=17.1.0 # Apache-2.0
+tempest>=25.0.0 # Apache-2.0