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 1b0ede7 commit bf63d76Copy full SHA for bf63d76
.github/workflows/pytest.yml
@@ -32,5 +32,5 @@ jobs:
32
python -m pip install .[test]
33
- name: Test with pytest
34
run: |
35
- export PYTHONWARNINGS="default"
+ export PYTHONWARNINGS="always"
36
pytest
0 commit comments