Skip to content

Commit 12a0010

Browse files
committed
Add test dependency
1 parent bf86096 commit 12a0010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ skip = [
121121
]
122122

123123
test-command = 'pytest {project}/tests -k "not incompatible_with_mypyc" --ignore={project}/tests/advanced'
124-
test-requires = ["pytest>=8.4.2"]
124+
test-requires = ["pytest>=8.4.2", "sybil[pytest]>=9.2.0"]
125125
# Skip testing arm64 builds on Intel Macs
126126
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64"]
127127

@@ -134,7 +134,6 @@ MYPYC_DEBUG_LEVEL = "0"
134134
manylinux-x86_64-image = "manylinux_2_28"
135135
manylinux-aarch64-image = "manylinux_2_28"
136136

137-
138137
# Development tools
139138
[tool.coverage]
140139
run.branch = true

0 commit comments

Comments
 (0)