1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-08-01 09:34:42 +02:00

Tests should not depend on Matrix-nio, that uses lxml that needs a lot of dependencies and a lot of time to build

This commit is contained in:
Yohann D'ANELLO
2020-11-03 20:52:55 +01:00
parent 1ddf39f296
commit 04dd02b88a
11 changed files with 110 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ py38:
stage: test
image: python:3.8-alpine
before_script:
- apk add --no-cache gcc libc-dev libffi-dev libmagic libxml2-dev libxslt-dev libxml2-dev libxslt-dev
- apk add --no-cache libmagic
- pip install tox --no-cache-dir
script: tox -e py38
@@ -14,7 +14,7 @@ py39:
stage: test
image: python:3.9-alpine
before_script:
- apk add --no-cache gcc libc-dev libffi-dev libmagic libxml2-dev libxslt-dev libxml2-dev libxslt-dev
- apk add --no-cache gcc libmagic
- pip install tox --no-cache-dir
script: tox -e py39