Commit e16f650
committed
CI: use cross-shell quoting in PyPy test-command
The pp* override matches PyPy on Windows too, where the shell is cmd and does
not strip single quotes, so pytest received the -k expression as literal args
('not and test_...month') and collected 0 tests. Use escaped double quotes,
which work on both bash (Linux/macOS) and cmd (Windows).1 parent 41b1c5b commit e16f650
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
0 commit comments