[travis] temporarily exclude dbus and libvirt from requirements
since they cause issues in the automated tests, do not install the dbus and libvirt python libraries.
This commit is contained in:
parent
47a640e610
commit
e0fc98bfb0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ addons:
|
||||||
libdbus-1-dev
|
libdbus-1-dev
|
||||||
install:
|
install:
|
||||||
- pip install -U coverage pytest pytest-mock freezegun
|
- pip install -U coverage pytest pytest-mock freezegun
|
||||||
- pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
|
- pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u|grep -v dbus-python|grep -v libvirt-python)
|
||||||
script:
|
script:
|
||||||
- coverage run --source=. -m pytest tests -v
|
- coverage run --source=. -m pytest tests -v
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in a new issue