From d23fab82cfd54f6eec49c31db64f46d741e3c571 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 1 Dec 2024 00:39:54 -0800 Subject: [PATCH] try remove CIBW_TEST_EXTRAS --- .github/workflows/python-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 4f876295c1..dcabfb9994 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -133,7 +133,6 @@ jobs: CIBW_ARCHS: "auto64" CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13" CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1" - CIBW_TEST_EXTRAS: "s3fs,glue" CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py" # There is an upstream issue with installing on MacOSX # https://github.com/pypa/cibuildwheel/issues/1603 @@ -265,7 +264,6 @@ jobs: CIBW_ARCHS: "auto64" CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13" CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1" - CIBW_TEST_EXTRAS: "s3fs,glue" CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py" # There is an upstream issue with installing on MacOSX # https://github.com/pypa/cibuildwheel/issues/1603