diff --git a/requirements.txt b/requirements.txt index 25157710..6ffa61a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ # process, which may cause wedges in the gate later. pbr<2.0,>=1.4 -libvirt-python diff --git a/test-requirements.txt b/test-requirements.txt index 1464737b..95b22ab1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,16 +1,11 @@ # The order of packages is significant, because pip processes them in the order # of appreance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking<0.11,>=0.10.0 -coverage>=3.6 -python-subunit>=0.0.18 +# Dependencies for generating documentation. sphinx>=1.2.1,!=1.3b1,<1.4 # BSD sphinx-testing # BSD License oslosphinx>=4.7.0 -oslotest>=1.10.0 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 +# For linting/profiling the code. bashate # pep8 equivalent for bash scripts diff --git a/tox.ini b/tox.ini index d1c4e29b..931d0cc9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = pypy,pep8,bash8 +envlist = pep8,bash8 skipsdist = True [testenv]