Skip to content

Commit

Permalink
fix test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Oct 29, 2024
1 parent 20ee806 commit d6af7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pbr uses this for install_requires
pipenv==2024.0.0 # MIT
click>=8.0.1,<8.1.4 # BSD 3-clause
jsonschema[format_nongpl]==3.2 # MIT
jsonschema[format_nongpl] # MIT
ruamel.yaml==0.17.21
# use range because ansible-core support for 3.7 stops at 2.11.12
ansible-core >= 2.11.12, <= 2.15.9 # gpl 3
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
moto[server]
moto[server,ec2,sts,route53]==5.0.18
coverage
pytest
pytest-cov
Expand Down

0 comments on commit d6af7e6

Please sign in to comment.