diff --git a/pyproject.toml b/pyproject.toml index 9faadff..adf8965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,10 @@ combine-as-imports = true [tool.cibuildwheel] build = "cp39-* cp310-* cp311-* cp312-* cp313-*" build-verbosity = 1 +test-extras = "test" +test-command = [ + "pytest yt_experiments", +] [tool.cibuildwheel.linux] archs = "x86_64"