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 e946c5f commit fd1b08cCopy full SHA for fd1b08c
pyproject.toml
@@ -76,7 +76,7 @@ optional = true
76
[tool.cibuildwheel]
77
test-groups = ["dev"]
78
test-command = [
79
- "python -c 'import mwparserfromhell.parser._tokenizer'",
+ 'python -c "import mwparserfromhell.parser._tokenizer"',
80
"pytest {project}/tests -rxs --cov=mwparserfromhell",
81
"python {project}/scripts/save_coverage.py",
82
]
0 commit comments