Skip to content

Commit

Permalink
Unlock test requirements (#30)
Browse files Browse the repository at this point in the history
No good reason for them to be very strict
  • Loading branch information
akx authored Jul 21, 2023
1 parent 3391d17 commit 1096864
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installing editable library version in the current virtual environment for devel

```bash
# development dependencies require Python 3.8+
pip install -e . -r requirements-test.txt pip-tools pre-commit && pre-commit install
pip install -e . -r requirements-test.txt pre-commit && pre-commit install

# if you want to manually run lints...
pre-commit run --all-files
Expand Down
2 changes: 0 additions & 2 deletions requirements-test.in

This file was deleted.

87 changes: 3 additions & 84 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,84 +1,3 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements-test.in
#
attrs==22.2.0
# via pytest
boto3==1.26.84
# via moto
botocore==1.29.84
# via
# boto3
# moto
# s3transfer
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
coverage[toml]==7.2.1
# via pytest-cov
cryptography==39.0.2
# via moto
exceptiongroup==1.1.0
# via pytest
idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via moto
jmespath==1.0.1
# via
# boto3
# botocore
markupsafe==2.1.2
# via
# jinja2
# werkzeug
moto==4.1.4
# via -r requirements-test.in
packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
pycparser==2.21
# via cffi
pytest==7.2.2
# via pytest-cov
pytest-cov==4.0.0
# via -r requirements-test.in
python-dateutil==2.8.2
# via
# botocore
# moto
requests==2.28.2
# via
# moto
# responses
responses==0.22.0
# via moto
s3transfer==0.6.0
# via boto3
six==1.16.0
# via python-dateutil
toml==0.10.2
# via responses
tomli==2.0.1
# via
# coverage
# pytest
types-toml==0.10.8.5
# via responses
urllib3==1.26.14
# via
# botocore
# requests
# responses
werkzeug==2.2.3
# via moto
xmltodict==0.13.0
# via moto
moto~=4.1
pytest-cov~=4.1.0
pytest~=7.4.0

0 comments on commit 1096864

Please sign in to comment.