We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e3353 commit 66ba190Copy full SHA for 66ba190
1 file changed
.github/workflows/python-release.yml
@@ -67,7 +67,7 @@ jobs:
67
# Ignore 32 bit architectures
68
CIBW_ARCHS: "auto64"
69
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
70
- CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2"
+ CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
71
CIBW_TEST_EXTRAS: "s3fs,glue"
72
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
73
# There is an upstream issue with installing on MacOSX
0 commit comments