Merge pull request #608 from openstack-charmers/lourot/rm-unneeded-dep

Removed unneeded dependency to distro-info
This commit is contained in:
Frode Nordahl
2021-07-28 17:11:22 +02:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

4
pip.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
pip install pip==20.2.3
pip install "$@"

View File

@@ -41,7 +41,6 @@ python-novaclient
python-octaviaclient
python-swiftclient
tenacity
distro-info
paramiko
# Documentation requirements

View File

@@ -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