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 3761b06 commit 1ea3a77Copy full SHA for 1ea3a77
1 file changed
pyproject.toml
@@ -57,7 +57,7 @@ wheel.exclude = ["midigpt/osc/studio*"]
57
build = "cp310-* cp311-* cp312-*"
58
skip = "*-musllinux_* *-win32 *-manylinux_i686"
59
build-verbosity = 1
60
-test-extras = ["inference"]
+test-extras = ["inference", "http"]
61
test-requires = "pytest"
62
test-command = 'pytest {project}/tests/python -m "not slow and not inference"'
63
0 commit comments