Skip to content

Commit

Permalink
feat: use resttest3 instead of pyresttest
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 19, 2024
1 parent 48c3239 commit 70663a2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.34.41
boto3==1.34.44
# via -r requirements/base.in
botocore==1.34.41
botocore==1.34.44
# via
# -r requirements/base.in
# boto3
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ moto[cloudformation]
mock
pep8
pylint
pyresttest
pytest
resttest3
38 changes: 22 additions & 16 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
about-time==4.2.1
# via alive-progress
alive-progress==3.1.5
# via resttest3
annotated-types==0.6.0
# via pydantic
astroid==3.0.3
Expand All @@ -14,20 +18,20 @@ attrs==23.2.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.84.0
aws-sam-translator==1.85.0
# via cfn-lint
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.41
boto3==1.34.44
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.41
botocore==1.34.44
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,11 +42,11 @@ certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.85.1
cfn-lint==0.85.2
# via moto
charset-normalizer==3.3.2
# via requests
cryptography==42.0.2
cryptography==42.0.3
# via
# moto
# python-jose
Expand All @@ -62,10 +66,10 @@ ecdsa==0.18.0
# sshpubkeys
exceptiongroup==1.2.0
# via pytest
future==0.18.3
# via pyresttest
google-compute-engine==2.8.13
# via -r requirements/base.txt
grapheme==0.6.0
# via alive-progress
graphql-core==3.2.3
# via moto
idna==3.6
Expand All @@ -88,12 +92,15 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
# resttest3
jschema-to-python==1.2.3
# via cfn-lint
jsondiff==2.0.0
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpath==0.82.2
# via resttest3
jsonpickle==3.0.2
# via jschema-to-python
jsonpointer==2.4
Expand All @@ -104,6 +111,7 @@ jsonschema==4.21.1
# cfn-lint
# openapi-schema-validator
# openapi-spec-validator
# resttest3
jsonschema-path==0.3.2
# via openapi-spec-validator
jsonschema-specifications==2023.12.1
Expand Down Expand Up @@ -161,8 +169,8 @@ pyasn1==0.5.1
# rsa
pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pycurl==7.45.3
# via resttest3
pydantic==2.6.1
# via aws-sam-translator
pydantic-core==2.16.2
Expand All @@ -171,26 +179,22 @@ pylint==3.0.3
# via -r requirements/test.in
pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.0.0
pytest==8.0.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# botocore
# moto
python-jose[cryptography]==3.3.0
# via
# moto
# python-jose
# via moto
pyyaml==6.0.1
# via
# cfn-lint
# jsonschema-path
# moto
# pyresttest
# responses
# resttest3
referencing==0.31.1
# via
# jsonschema
Expand All @@ -206,6 +210,8 @@ requests==2.31.0
# responses
responses==0.25.0
# via moto
resttest3==1.0.0
# via -r requirements/test.in
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.18.0
Expand Down

0 comments on commit 70663a2

Please sign in to comment.