Skip to content

Commit

Permalink
Ignore warnings for PyPy and Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 5, 2023
1 parent 6b0e824 commit 0476b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run the tests on pypy and Windows
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(runner.os, 'Windows') }}
run: |
python -m pytest -vv
python -W ignore::ImportWarning -m pytest -vv
- name: Coverage
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(runner.os, 'Windows') }}
run: |
Expand Down

0 comments on commit 0476b6f

Please sign in to comment.