Merge pull request #608 from openstack-charmers/lourot/rm-unneeded-dep
Removed unneeded dependency to distro-info
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pip install pip==20.2.3
|
||||
pip install "$@"
|
||||
@@ -41,7 +41,6 @@ python-novaclient
|
||||
python-octaviaclient
|
||||
python-swiftclient
|
||||
tenacity
|
||||
distro-info
|
||||
paramiko
|
||||
|
||||
# Documentation requirements
|
||||
|
||||
@@ -22,7 +22,7 @@ minversion = 3.2.0
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONHASHSEED=0
|
||||
install_command =
|
||||
pip install {opts} {packages}
|
||||
{toxinidir}/pip.sh install {opts} {packages}
|
||||
|
||||
commands = nosetests --with-coverage --cover-package=zaza.openstack {posargs} {toxinidir}/unit_tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user