Skip to content

Commit

Permalink
Pin pytest again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jun 11, 2024
1 parent aed0bd2 commit 9e84860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
# Currently we only install the package for dependencies.
# We then uninstall it otherwise tests fails due to pytest hook being
# registered twice.
python -m pip install ".[test]"
# temporarily pin pytest version (https://github.com/pyodide/pytest-pyodide/pull/133#issuecomment-2081412407)
python -m pip install ".[test]" "pytest<8.0.0"
else
python -m pip install pytest-pyodide
fi
Expand Down

0 comments on commit 9e84860

Please sign in to comment.