From 1096864aa27663521444d7157ee6579960f44481 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 21 Jul 2023 11:58:39 +0300 Subject: [PATCH] Unlock test requirements (#30) No good reason for them to be very strict --- README.md | 2 +- requirements-test.in | 2 - requirements-test.txt | 87 ++----------------------------------------- 3 files changed, 4 insertions(+), 87 deletions(-) delete mode 100644 requirements-test.in diff --git a/README.md b/README.md index 89d883d..b2b4097 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements-test.in b/requirements-test.in deleted file mode 100644 index 9bc98dc..0000000 --- a/requirements-test.in +++ /dev/null @@ -1,2 +0,0 @@ -pytest-cov -moto diff --git a/requirements-test.txt b/requirements-test.txt index b6f6c36..7a2d80e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -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