summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-02-07 10:01:03 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-02-08 11:44:39 +0000
commit3c23d4fade635611df2cc810842e4da534cae802 (patch)
tree855647f33891ca315bee630c9b64e607fa18891d
parentf5a07ec2ab0cc02e8f7e8011b3fdae4ed6c4802e (diff)
downloadfixtures-git-3c23d4fade635611df2cc810842e4da534cae802.tar.gz
requirements: Bump testtools minimum
Earlier versions of testtools had a dependency on unittest2, which is not compatible with Python 3.10. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f9efc61..61bd860 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
pbr>=0.11
-testtools>=0.9.22
+testtools>=2.5.0