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 cf5058a commit 5ea38c2Copy full SHA for 5ea38c2
1 file changed
pyproject.toml
@@ -14,6 +14,11 @@ enable = ["cpython-freethreading"]
14
# Re-enable 32-bit builds (disabled by default in cibuildwheel 3.0)
15
archs = ["auto", "auto32"]
16
before-all = "yum install -y ccache libffi-devel || apk add --upgrade ccache libffi-dev || apt-get install ccache libffi-dev"
17
+test-requires = "gcovr -r requirements/pytest.txt"
18
+test-command = [
19
+ 'pytest -m "not leaks" --no-cov {project}/tests',
20
+ 'gcovr',
21
+]
22
23
[tool.cibuildwheel.linux.environment]
24
MULTIDICT_DEBUG_BUILD = "1"
0 commit comments