ci: more optimization, lets not install pytest etc because it should already be in the image

This commit is contained in:
Alexandre Aubin 2024-08-08 19:47:53 +02:00
parent 92f4a605b8
commit f02d4a4376

View file

@ -1,6 +1,5 @@
.install_debs: &install_debs
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ${CI_PROJECT_DIR}/*.deb
- pip3 install -U mock pip pytest pytest-cov pytest-mock pytest-sugar requests-mock "packaging<22"
.test-stage:
stage: test