From ab4348b07568ef4e38fceb4a655c0a0fbe242994 Mon Sep 17 00:00:00 2001 From: Matthew Carroll <28577806+MJC598@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:00:47 -0400 Subject: [PATCH] Converting pytest command to double quotes because windows is annoying --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b77ad3a..ec186f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -245,7 +245,7 @@ build-frontend = "build[uv]" # Test Step Details test-groups = ["test"] test-sources = ["pyproject.toml", "tests"] -test-command = "python -m pytest tests -m 'smoke or unit or integration'" +test-command = "python -m pytest tests -m \"smoke or unit or integration\"" test-skip = [ "cp31*-musllinux_*", # Threading test crashes on musllinux "cp313*", # polars-runtime-32 has issues with abi3 on 3.13 and above