summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-03-16 10:35:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-03-16 10:35:54 -0400
commitacd1ceb69906b8357ec7c60257651d4731aad08e (patch)
treeb1654cfaa4356f936549778048f3a5f74f7d9cf5 /test-requirements.txt
parent83c1f18099b76783a3444b1ac0324782d5a6f6ba (diff)
downloadoslo-db-acd1ceb69906b8357ec7c60257651d4731aad08e.tar.gz
Add testresources / testscenarios to requirements.txt4.35.0
oslo.db is consumed by the test suites of downstream libraries as a test dependency; they make use of the oslo_db.sqlalchemy.test_fixtures module which imports testresources and testscenarios, therefore these are normal requirements of oslo.db; they are not limited to test requirements. Change-Id: I240fbc28ddf238614ff37e742a1415a5566bcd2d Closes-bug: #1756352
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 1cfea55..c59940a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,8 +13,6 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
os-testr>=1.0.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
-testresources>=2.0.0 # Apache-2.0/BSD
-testscenarios>=0.4 # Apache-2.0/BSD
pifpaf>=0.10.0 # Apache-2.0
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL