summaryrefslogtreecommitdiff
path: root/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 /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 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 1347bdd..a52b216 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,3 +12,7 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
sqlalchemy-migrate>=0.11.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
six>=1.10.0 # MIT
+# these are used by downstream libraries that require
+# oslo.db as one of their test requirements - do not remove!
+testresources>=2.0.0 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD