From 7ed525ea67f2c7eeeb6222211f1f4b25cf687fec Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 30 Jan 2024 21:26:25 +0100 Subject: [PATCH] Add PyArrow for the Cython decoder tests We now include PyArrow in the `conftest.py`. --- .github/workflows/python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index ad8f74a692..b591da2f9b 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -68,7 +68,7 @@ jobs: CIBW_ARCHS: "auto64" CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12" CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2" - CIBW_TEST_EXTRAS: "s3fs,glue" + CIBW_TEST_EXTRAS: "s3fs,glue,pyarrow" 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