Skip to content

Commit c725e6a

Browse files
committed
Run pytest under stricter conditions
This enables more errors and warnings, which should prevent regressing on problems that have already been fixed. I tried to also add `-X warn_default_encoding`, but `regex` (required by `parsimonious`) fails with it enabled.
1 parent 483f95e commit c725e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
pip install -e .[dev]
4444
- name: Test
4545
run: |
46-
pytest
46+
python -X dev -bb -m pytest

0 commit comments

Comments
 (0)