Adding test infra

master
Drew Bednar 2 years ago
parent 79657b585c
commit 46714e1303

@ -1,6 +1,7 @@
black black==22.8.0
flake8 flake8==5.0.4
invoke invoke==1.7.1
pip-tools pip-tools==6.8.0
pre-commit pre-commit==2.20.0
pylint pylint==2.15.2
pytest==7.1.3

@ -6,6 +6,8 @@
# #
astroid==2.12.9 astroid==2.12.9
# via pylint # via pylint
attrs==22.1.0
# via pytest
black==22.8.0 black==22.8.0
# via -r dev_requirements.in # via -r dev_requirements.in
build==0.8.0 build==0.8.0
@ -26,6 +28,8 @@ flake8==5.0.4
# via -r dev_requirements.in # via -r dev_requirements.in
identify==2.5.5 identify==2.5.5
# via pre-commit # via pre-commit
iniconfig==1.1.1
# via pytest
invoke==1.7.1 invoke==1.7.1
# via -r dev_requirements.in # via -r dev_requirements.in
isort==5.10.1 isort==5.10.1
@ -41,7 +45,9 @@ mypy-extensions==0.4.3
nodeenv==1.7.0 nodeenv==1.7.0
# via pre-commit # via pre-commit
packaging==21.3 packaging==21.3
# via build # via
# build
# pytest
pathspec==0.10.1 pathspec==0.10.1
# via black # via black
pep517==0.13.0 pep517==0.13.0
@ -53,8 +59,12 @@ platformdirs==2.5.2
# black # black
# pylint # pylint
# virtualenv # virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.20.0 pre-commit==2.20.0
# via -r dev_requirements.in # via -r dev_requirements.in
py==1.11.0
# via pytest
pycodestyle==2.9.1 pycodestyle==2.9.1
# via flake8 # via flake8
pyflakes==2.5.0 pyflakes==2.5.0
@ -63,6 +73,8 @@ pylint==2.15.2
# via -r dev_requirements.in # via -r dev_requirements.in
pyparsing==3.0.9 pyparsing==3.0.9
# via packaging # via packaging
pytest==7.1.3
# via -r dev_requirements.in
pyyaml==6.0 pyyaml==6.0
# via pre-commit # via pre-commit
toml==0.10.2 toml==0.10.2
@ -71,8 +83,8 @@ tomli==2.0.1
# via # via
# black # black
# build # build
# pep517
# pylint # pylint
# pytest
tomlkit==0.11.4 tomlkit==0.11.4
# via pylint # via pylint
typing-extensions==4.3.0 typing-extensions==4.3.0

Loading…
Cancel
Save