summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2016-03-02 15:04:27 +1300
committerRobert Collins <robertc@robertcollins.net>2016-03-02 15:04:27 +1300
commit255f9cd00c9bc4dfd90cf9073e6c935d3009e163 (patch)
tree59422f5c20bb39dc08d258d2d6475119f9985e3d
parentf7502e826153b1460d00e33848728d97072732c4 (diff)
downloadfixtures-git-1.2.tar.gz
Cap the testtools dependency at 2.0.01.2.11.2
testtools 2.0.0 is incompatible with fixtures 1.2, and due to pip's lack of a resolver this leads to silently incompatible installs.
-rw-r--r--NEWS7
-rw-r--r--requirements.txt2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b3e0bb..0fd0367 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@ fixtures release notes
NEXT
~~~~
+1.2.1
+~~~~~
+
+* Cap the testtools dependency at 2.0.0: testtools 2.0.0 is incompatible
+ with fixtures 1.2, and due to pip's lack of a resolver this leads to
+ silently incompatible installs.
+
1.2.0
~~~~~
diff --git a/requirements.txt b/requirements.txt
index f9efc61..44861d5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
pbr>=0.11
-testtools>=0.9.22
+testtools>=0.9.22,<2.0.0