Require testrepository and other tools at runtime
Normally we don't want testrepository and some of the other related tools to be required at runtime, so they are listed in test-requirements.txt. However, this library is a test library, so it makes sense for them to be runtime requirements. As we port other test suites to use oslotest, we can remove their direct requirement on the tools and let oslotest manage the version dependency. Change-Id: I37ccf6514be4fcc21e1954d425e493c7fc920f8c
This commit is contained in:
		| @@ -1,4 +1,8 @@ | ||||
| discover | ||||
| fixtures>=0.3.14 | ||||
| python-subunit>=0.0.18 | ||||
| testscenarios>=0.4 | ||||
| testrepository>=0.0.18 | ||||
| testtools>=0.9.34 | ||||
| mock>=1.0 | ||||
| mox3>=0.7.0 | ||||
|   | ||||
| @@ -1,4 +1,8 @@ | ||||
| discover | ||||
| fixtures>=0.3.14 | ||||
| python-subunit>=0.0.18 | ||||
| testrepository>=0.0.18 | ||||
| testscenarios>=0.4 | ||||
| testtools>=0.9.34 | ||||
| mock>=1.0 | ||||
| mox>=0.5.3 | ||||
|   | ||||
| @@ -1,10 +1,5 @@ | ||||
| hacking>=0.8.0,<0.9 | ||||
|  | ||||
| discover | ||||
| python-subunit>=0.0.18 | ||||
| testrepository>=0.0.18 | ||||
| testscenarios>=0.4 | ||||
|  | ||||
| # when we can require tox>= 1.4, this can go into tox.ini: | ||||
| #  [testenv:cover] | ||||
| #  deps = {[testenv]deps} coverage | ||||
|   | ||||
| @@ -1,10 +1,5 @@ | ||||
| hacking>=0.8.0,<0.9 | ||||
|  | ||||
| discover | ||||
| python-subunit>=0.0.18 | ||||
| testrepository>=0.0.18 | ||||
| testscenarios>=0.4 | ||||
|  | ||||
| # when we can require tox>= 1.4, this can go into tox.ini: | ||||
| #  [testenv:cover] | ||||
| #  deps = {[testenv]deps} coverage | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Doug Hellmann
					Doug Hellmann