From d1a935c683ac1eb93d95587ee26bdaae7eb17e31 Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Wed, 15 Oct 2025 17:03:56 -0700 Subject: [CI] Skip slangpy test_blit.py::test_generate_mips for CUDA (#8725) This skips a new test from slangpy that is hitting an internal assert in slang CI, uncaught in testing due to slangpy's CI testing using release builds. See https://github.com/shader-slang/slangpy/issues/575 for details --- .github/workflows/ci-slang-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-slang-test.yml b/.github/workflows/ci-slang-test.yml index 391716d2e..f84e5139a 100644 --- a/.github/workflows/ci-slang-test.yml +++ b/.github/workflows/ci-slang-test.yml @@ -211,4 +211,5 @@ jobs: echo "Running pytest on slangpy tests..." export PYTHONPATH="$SITE_PACKAGES" - python -m pytest "$SITE_PACKAGES/slangpy/tests" -ra -n auto --maxprocesses=3 + python -m pytest "$SITE_PACKAGES/slangpy/tests" -ra -n auto --maxprocesses=3 \ + --deselect "device/test_blit.py::test_generate_mips[compute-DeviceType.cuda]" -- cgit v1.2.3