Skip to content

Commit

Permalink
setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Nov 7, 2024
1 parent a9f90ff commit 8c64bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ commands = python -m pip install --upgrade pip
deps =
-r requirements.txt
.[tests]
setenv = PYTHONPATH = {toxinidir}/src
commands = python -m pytest --basetemp={envtmpdir} {posargs}
tox
[testenv:integrationtests]
# the tests environment is called by the Github action that runs the unit tests
deps =
-r requirements.txt
{[testenv:unittests]deps}
setenv = PYTHONPATH = {toxinidir}/src
commands = python -m pytest --basetemp={envtmpdir} {posargs}


Expand Down

0 comments on commit 8c64bb8

Please sign in to comment.