From acd1ceb69906b8357ec7c60257651d4731aad08e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 16 Mar 2018 10:35:54 -0400 Subject: Add testresources / testscenarios to requirements.txt 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 --- test-requirements.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1