removed "cython" from "test"

This commit is contained in:
Oscar Krause 2024-01-17 11:33:22 +01:00
parent 3bdfc94527
commit c7f354d50c

View File

@ -142,7 +142,6 @@ test:
- .DEBIAN/requirements-ubuntu-23.10.txt - .DEBIAN/requirements-ubuntu-23.10.txt
before_script: before_script:
- apt-get update && apt-get install -y python3-dev gcc - apt-get update && apt-get install -y python3-dev gcc
- pip install cython
- pip install -r $REQUIREMENTS - pip install -r $REQUIREMENTS
- pip install pytest httpx - pip install pytest httpx
- mkdir -p app/cert - mkdir -p app/cert