From 6ac2272edbd92fa05e0a2328247dbf81ddc08730 Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 3 Oct 2024 16:49:22 -0500 Subject: [PATCH] run tests on the wheels --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 362bf0e..58f7408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" authors = [ { name="The yt project", email="yt-dev@python.org"}, ] -description="A repository containing some experimental packages and enhancements " +description="A repository containing some experimental packages and enhancements for yt" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", @@ -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 -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra", +] [tool.cibuildwheel.linux] archs = "x86_64"