summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 13:49:02 -0500
committerStephen Finucane <stephenfin@redhat.com>2021-01-13 15:57:48 +0000
commit68c7bac81d5713a8b9a885db1ab824afaf28813c (patch)
tree7e8b2b77f34dcb9c0952e2352d893c2894a609a1 /test-requirements.txt
parent248f892c0d97c4ed7f68ec1cf0f3605373c9d994 (diff)
downloados-client-config-stable/train.tar.gz
Uncap jsonschemastable/train
jsonschema was uncapped in the global requirements. We need to uncap it locally now too. NOTE(stephenfin): This is needed to resolve conflicts with the new dependency resolver found in pip 20.3. We also need to include the following additional requirement-related changes to get things passing: - doc/requirements.txt Ensure specific versions of Sphinx are used on different Python versions. - lower-constraints.txt Remove hacking since it's not necessary - test-requirements.txt Remove hacking since it's not necessary - tox.ini Set a hacking version to avoid installing the latest and greatest versions Change-Id: Ia6ad2c7e62aebc81386610e9d16c8bb8a162d70f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> (cherry picked from commit c7bb5d65abb4c9bc3a1d8f480018a9d661f7b36e)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ca4c307..6357d04 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,12 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=1.1.0,<1.2.0 # Apache-2.0
-
coverage!=4.4,>=4.0 # Apache-2.0
extras>=1.0.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
mock>=2.0.0 # BSD
python-glanceclient>=2.8.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD