Skip to content

Commit

Permalink
Pin moto <5
Browse files Browse the repository at this point in the history
The pagination test is currently failing with moto v5.0.0
  • Loading branch information
timj committed Jan 29, 2024
1 parent 00cb859 commit 37ac29d
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",
"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
responses >= 0.12.0
urllib3 >= 1.25.10
requests >= 2.26.0
Expand Down

0 comments on commit 37ac29d

Please sign in to comment.