Skip to content

Commit

Permalink
Indicate that v5.0.0 of moto should not be used.
Browse files Browse the repository at this point in the history
The pagination test is currently failing with moto v5.0.0 but
should be fixed in v5.0.1.
  • Loading branch information
timj committed Jan 31, 2024
1 parent 00cb859 commit a757480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gs = [
"google-cloud-storage",
]
test = [
"moto >= 1.3",
"moto >= 1.3,!=5.0.0",
"pytest >= 3.2",
"pytest-openfiles >= 0.5.0",
"responses >= 0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ importlib_resources
backoff >= 1.10
boto3 >= 1.13
botocore >= 1.15
moto >= 1.3
moto >= 1.3,!=5.0.0
responses >= 0.12.0
urllib3 >= 1.25.10
requests >= 2.26.0
Expand Down

0 comments on commit a757480

Please sign in to comment.