Add testresources to neutron-fwaas test requirements.

Due to https://review.openstack.org/#/c/217347/, the testresources
and testscenario are no longer part of oslo.db by default.

So when used like 'tox -e functional' the tests will fail with
  File "/opt/stack/neutron-fwaas/.tox/functional/local/lib/python2.7/
site-packages/oslo_db/sqlalchemy/test_base.py", line 17, in <module>
    import testresources
ImportError: No module named testresources
Non-zero exit code (2) from test listing.

Solution is to add to test requirements like neutron did in
https://review.openstack.org/#/c/231794/

Change-Id: Ie5fb2f83abfb0e55966da33e4755438c8e202b37
This commit is contained in:
James Arendt 2016-02-11 23:15:59 -08:00
parent f001799673
commit 143c18d3ca
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
WebOb>=1.2.3 # MIT