Skip to content
Snippets Groups Projects
Commit a5c7aa5c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix pytest installation in CI script

parent 413ec5e4
No related branches found
No related tags found
2 merge requests!8Test refactoring,!7unpin pytest version in CI script
Pipeline #17893 passed
......@@ -55,9 +55,7 @@ export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID
$PIP install --upgrade pip
$PIP install setuptools
# Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434
# Install before a newer version gets pulled in as a dependency
#$PIP install pytest==3.0.4 pytest-warnings==0.2.0
$PIP install pytest
if test "$EXTRA_INSTALL" != ""; then
for i in $EXTRA_INSTALL ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment