Skip to content

Commit

Permalink
add tox to test-req
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 22, 2024
1 parent 8a04487 commit b270e8f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest == 7.4.4
flake8
pytest-cov
pytest-cov
tox
33 changes: 31 additions & 2 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,47 @@
#
# pip-compile requirements-test.in
#
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage[toml]==7.4.4
# via pytest-cov
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via
# tox
# virtualenv
flake8==7.0.0
# via -r requirements-test.in
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
packaging==24.0
# via pytest
# via
# pyproject-api
# pytest
# tox
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
# via pytest
# via
# pytest
# tox
pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pyproject-api==1.6.1
# via tox
pytest==7.4.4
# via
# -r requirements-test.in
Expand All @@ -31,4 +54,10 @@ pytest-cov==4.1.0
tomli==2.0.1
# via
# coverage
# pyproject-api
# pytest
# tox
tox==4.14.2
# via -r requirements-test.in
virtualenv==20.25.1
# via tox

0 comments on commit b270e8f

Please sign in to comment.