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 af577eb commit 18c67e3Copy full SHA for 18c67e3
pyproject.toml
@@ -19,9 +19,10 @@ write_to = "schema_salad/_version.py"
19
test-command = "python -m pytest -n 2 --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml --pyargs schema_salad"
20
test-requires = "-r test-requirements.txt"
21
test-extras = "pycodegen"
22
-skip = "pp*"
+skip = ["pp*", "cp31?t-*"]
23
# ^ skip building wheels on PyPy (any version)
24
-build-verbosity = "1"
+# ^ https://mypy.readthedocs.io/en/stable/changelog.html#mypyc-partial-unsafe-support-for-free-threading
25
+build-verbosity = 1
26
environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
27
28
[tool.black]
0 commit comments