Skip to content

Commit a757480

Browse files
committed
Indicate that v5.0.0 of moto should not be used.
The pagination test is currently failing with moto v5.0.0 but should be fixed in v5.0.1.
1 parent 00cb859 commit a757480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gs = [
4545
"google-cloud-storage",
4646
]
4747
test = [
48-
"moto >= 1.3",
48+
"moto >= 1.3,!=5.0.0",
4949
"pytest >= 3.2",
5050
"pytest-openfiles >= 0.5.0",
5151
"responses >= 0.12.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ importlib_resources
55
backoff >= 1.10
66
boto3 >= 1.13
77
botocore >= 1.15
8-
moto >= 1.3
8+
moto >= 1.3,!=5.0.0
99
responses >= 0.12.0
1010
urllib3 >= 1.25.10
1111
requests >= 2.26.0

0 commit comments

Comments
 (0)