diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 551005d..3ee1c69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,8 @@ pytest: - chmod u+x venv/bin/activate - source venv/bin/activate - python -V - - pip install -U -r requirements.txt - - pip install -U -r tests/requirements.txt + - pip install --quiet -U -r requirements.txt + - pip install --quiet -U -r tests/requirements.txt script: - pytest -v diff --git a/tests/requirements.txt b/tests/requirements.txt index 7d6bd42..60ff38d 100644 Binary files a/tests/requirements.txt and b/tests/requirements.txt differ