From d8d34924f81e3d6936be8578efe4450bf1fcde09 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Thu, 10 Mar 2022 11:47:38 +0100 Subject: [PATCH] Add extra dependencies for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b9d871..a2173e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ run tests: stage: test image: python:3.8 script: - - pip install pytest pytest-cov + - pip install pytest pytest-cov pytest-mock pytest-flask - coverage run -m pytest - coverage report - coverage xml