Add dependencies that are not scooped up by the test plugins

This commit is contained in:
Ruben van Staveren 2022-03-10 11:49:33 +01:00
parent 4c5fceb6f2
commit 975c3bb3f3
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -3,6 +3,7 @@ run tests:
image: python:3.8
script:
- pip install pytest pytest-cov pytest-mock pytest-flask
- pip install Flask-HTTPAuth
- coverage run -m pytest
- coverage report
- coverage xml
@ -10,4 +11,4 @@ run tests:
reports:
cobertura: coverage.xml
tags:
- docker
- docker