Skip to content

Commit

Permalink
Debug tox-gh-actions -> pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Aug 10, 2023
1 parent d205d4e commit 1f4f785
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ deps =
pytest-mock~=3.10
pytest-xdist~=3.3
GitPython~=3.1
allowlist_externals =
pwd
ls
tree
commands =
pwd
ls -l
tree src
pytest --version
pytest --basetemp={envtmpdir} --trace-config --override-ini='pythonpath="src"' --import-mode=importlib {posargs:tests}
Expand Down

0 comments on commit 1f4f785

Please sign in to comment.