summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-10-12 16:12:13 +1100
committerJamie Lennox <jamielennox@gmail.com>2016-10-12 16:12:13 +1100
commitf7797590525e3f9b683777664b5e9f106e53c209 (patch)
tree3b17403e57afbca05b91eaf7b65774c490bb676b
parent30b6146c06ae4475cbefcde828de50974b567b48 (diff)
downloadoslotest-f7797590525e3f9b683777664b5e9f106e53c209.tar.gz
Remove testscenarios from requirements2.11.0
oslotest does not use testscenarios so remove it from requirements. Projects that use scenarios should have their own dependency. Change-Id: I14d17483e7f0965e1db887b617255e5946a93f8a
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 83fce16..f696c17 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,6 @@ fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
six>=1.9.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
-testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
mock>=2.0 # BSD
mox3>=0.7.0 # Apache-2.0