From 66ba19054d60bc7093dfeae4b65441c9a357720a Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 6 Feb 2024 16:58:20 +0100 Subject: [PATCH] release: Bump the moto version (#380) Same as in https://github.com/apache/iceberg-python/pull/373 --- .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 03e27f012e..5192d711ce 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -67,7 +67,7 @@ jobs: # Ignore 32 bit architectures CIBW_ARCHS: "auto64" CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12" - CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2" + 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