Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 18, 2024
1 parent 1bfd34f commit cded51a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands = python -m pip install --upgrade pip
# the test environment is called by the Github action that runs the unit tests
setenv = PYTHONPATH = {toxinidir}/src
deps =
.[tests]
.[test]
commands =
coverage run -m pytest --basetemp={envtmpdir} {posargs}
coverage html --omit .tox/*,unittests/*
Expand All @@ -23,15 +23,15 @@ commands =
[testenv:update_snapshots]
deps =
-r requirements.txt
.[tests]
.[test]
syrupy
setenv = PYTHONPATH = {toxinidir}/src
commands = python -m pytest -m snapshot --basetemp={envtmpdir} {posargs} --snapshot-update

[testenv:lint]
# the lint environment is called by the Github Action that runs the linter
deps =
.[linting]
.[lint]
setenv = PYTHONPATH = {toxinidir}/src
# add your fixtures like e.g. pytest_datafiles here
commands =
Expand Down

0 comments on commit cded51a

Please sign in to comment.