diff --git a/requirements.txt b/requirements.txt index e69de29..1987c72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,3 @@ +fixtures>=0.3.14 +testtools>=0.9.32 +mock>=1.0 diff --git a/test-requirements.txt b/test-requirements.txt index e1306ed..0cf05f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,9 @@ hacking>=0.8.0,<0.9 discover -fixtures>=0.3.14 python-subunit testrepository>=0.0.17 testscenarios>=0.4 -testtools>=0.9.32 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] @@ -15,6 +13,3 @@ coverage>=3.6 # this is required for the docs build jobs sphinx>=1.1.2,<1.2 oslo.sphinx - -# mocking framework -mock>=1.0