From aa49b92c9f4a37762ad0070362007bc030ba0f21 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 27 Apr 2023 12:05:03 +0200 Subject: .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 --- .gitlab-ci.yml | 8 -------- 1 file changed, 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: -- cgit v1.1