We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf86096 commit 12a0010Copy full SHA for 12a0010
pyproject.toml
@@ -121,7 +121,7 @@ skip = [
121
]
122
123
test-command = 'pytest {project}/tests -k "not incompatible_with_mypyc" --ignore={project}/tests/advanced'
124
-test-requires = ["pytest>=8.4.2"]
+test-requires = ["pytest>=8.4.2", "sybil[pytest]>=9.2.0"]
125
# Skip testing arm64 builds on Intel Macs
126
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64"]
127
@@ -134,7 +134,6 @@ MYPYC_DEBUG_LEVEL = "0"
134
manylinux-x86_64-image = "manylinux_2_28"
135
manylinux-aarch64-image = "manylinux_2_28"
136
137
-
138
# Development tools
139
[tool.coverage]
140
run.branch = true
0 commit comments