diff options
author | Erik Skultety <eskultet@redhat.com> | 2023-04-27 12:05:03 +0200 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2023-04-28 10:05:23 +0000 |
commit | aa49b92c9f4a37762ad0070362007bc030ba0f21 (patch) | |
tree | cd2ffd987858e529584f34157c684574f5693c78 | |
parent | 05632b762666b97b90fd2aebdd59203b7f1befdc (diff) | |
download | libvirt-ci-aa49b92c9f4a37762ad0070362007bc030ba0f21.zip libvirt-ci-aa49b92c9f4a37762ad0070362007bc030ba0f21.tar.gz libvirt-ci-aa49b92c9f4a37762ad0070362007bc030ba0f21.tar.bz2 |
.gitlab-ci.yml: Always test against installed lcitool
Now that we can make use of tox, lcitool package is always going to be
installed into a virtual environment automatically with tests running
against that.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 614faa9..c166f15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,14 +163,6 @@ unittests: script: - tox -e py38 -package_install: - extends: unittests - script: - - python3 -m venv _venv_ - - _venv_/bin/pip3 install setuptools pytest - - _venv_/bin/pip3 install -r requirements.txt pytest . - - _venv_/bin/python3 -m pytest --verbose tests/test_commands.py -k 'test_commands_installed' - x86_64-check-almalinux-8: extends: .check_container_template variables: |