mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: more optimization, lets not install pytest etc because it should already be in the image
This commit is contained in:
parent
92f4a605b8
commit
f02d4a4376
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue