summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2022-06-01 18:14:36 +0100
committerGitHub <noreply@github.com>2022-06-01 18:14:36 +0100
commit30b2feca83817301045415f949050c9a7b7fd351 (patch)
tree2e31e4091361637ff3140290fdd207a6be5c9113
parent2e807a190431f3f21dd9d147ea27c636df52f61c (diff)
parentf08b45932ad4f213d26be7ebc2658678cc213bae (diff)
downloadfixtures-git-30b2feca83817301045415f949050c9a7b7fd351.tar.gz
Merge pull request #70 from cjwatson/remove-testtools-from-requirements.txt
Remove testtools from requirements.txt as well
-rw-r--r--NEWS3
-rw-r--r--requirements.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78beb2d..ae9bbe5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ fixtures release notes
NEXT
~~~~
+* Remove ``testtools`` from ``requirements.txt`` as well.
+ (Colin Watson)
+
4.0.0
~~~~~
diff --git a/requirements.txt b/requirements.txt
index 3a7144a..6f8e5fd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
pbr>=5.7.0
-testtools>=2.5.0