From ed0492ba004ccfb78496ea0992ebf96822af525b Mon Sep 17 00:00:00 2001 From: David Schultz Date: Wed, 17 Apr 2024 17:28:42 -0500 Subject: [PATCH] restrict pytest version for mock_s3 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 83518c254..d609a2cca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,8 +75,8 @@ tests = flake8 flexmock mock - moto - pytest + moto[s3]>=5 + pytest<8.1 pytest-asyncio pytest-cov pytest-mock