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 b8cb523 commit 776fc93Copy full SHA for 776fc93
.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 test_*.py -vv
+ run: pytest . -vv -k "test_unicode"
0 commit comments