Skip to content
Snippets Groups Projects
Commit 1edc017d authored by Timothy Smith's avatar Timothy Smith
Browse files

Merge branch 'unpin-pytest' into 'WENO-testing'

unpin pytest version in CI script

See merge request !7
parents b0b032c7 a5c7aa5c
No related branches found
No related tags found
2 merge requests!8Test refactoring,!7unpin pytest version in CI script
Pipeline #17904 passed
...@@ -55,9 +55,7 @@ export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID ...@@ -55,9 +55,7 @@ export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID
$PIP install --upgrade pip $PIP install --upgrade pip
$PIP install setuptools $PIP install setuptools
# Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434 $PIP install pytest
# Install before a newer version gets pulled in as a dependency
$PIP install pytest==3.0.4 pytest-warnings==0.2.0
if test "$EXTRA_INSTALL" != ""; then if test "$EXTRA_INSTALL" != ""; then
for i in $EXTRA_INSTALL ; do 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