Skip to content

Commit 1ea3a77

Browse files
committed
[CI] Install http extra in cibuildwheel test phase
tests/python/test_http.py imports fastapi, which lives in the http extra. Add it to test-extras so the cibuildwheel test venv resolves the import.
1 parent 3761b06 commit 1ea3a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ wheel.exclude = ["midigpt/osc/studio*"]
5757
build = "cp310-* cp311-* cp312-*"
5858
skip = "*-musllinux_* *-win32 *-manylinux_i686"
5959
build-verbosity = 1
60-
test-extras = ["inference"]
60+
test-extras = ["inference", "http"]
6161
test-requires = "pytest"
6262
test-command = 'pytest {project}/tests/python -m "not slow and not inference"'
6363

0 commit comments

Comments
 (0)