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 776fc93 commit 1b3a5f2Copy full SHA for 1b3a5f2
.github/workflows/reproduce_bug.yaml
@@ -43,4 +43,4 @@ jobs:
43
run: pip install pytest==8.0.0
44
45
- name: Run all tests (will crash)
46
- run: pytest . -vv -k "test_unicode"
+ run: pytest test_*.py -vv
0 commit comments