Attempt to fix the CI again ... for some reason it complains that pytest ain't in the image despite being installed ...

This commit is contained in:
Alexandre Aubin 2021-11-14 21:10:44 +01:00
parent 8d5e69566b
commit 094c5f0807

View file

@ -1,6 +1,7 @@
.install_debs: &install_debs
- apt-get update -o Acquire::Retries=3
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ./$YNH_BUILD_DIR/*.deb
- pip3 install -U mock pip pytest pytest-cov pytest-mock pytest-sugar requests-mock tox ansi2html black jinja2
.test-stage:
stage: tests