We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7927cf9 commit 0f4a8f8Copy full SHA for 0f4a8f8
.github/actions/test/action.yml
@@ -24,7 +24,7 @@ runs:
24
python -m pip install --upgrade pip build
25
python -m build
26
python -m pip install '.[test]'
27
- python -m pip install wheel pytest pytest-cov pytest-xdist requests coveralls codacy-coverage
+ python -m pip install wheel pytest pytest-cov pytest-xdist requests coveralls<4 codacy-coverage
28
pip install --ignore-installed pytest>=4.4.0
29
pytest --version
30
- name: Test with pytest
0 commit comments