From 975c3bb3f3048ca7e50944e983f0b68ba293deab Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Thu, 10 Mar 2022 11:49:33 +0100 Subject: [PATCH] Add dependencies that are not scooped up by the test plugins --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74bc199..7465f3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - docker