Skip to content

Commit

Permalink
fixup! Debug tox environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 21, 2023
1 parent ba05910 commit fd00321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ commands_pre =
commands =
{unit,integration,functional}: pwd
{unit,integration,functional}: ls
{unit,integration,functional}: python3 -c "import sys; print('PYTHONPATH=' + ':'.join(sys.path))"
{unit,integration,functional}: python3 -c "import sys; print('PYTHONPATH:', sys.path)"

unit: pytest -o junit_suite_name="{envname} unit tests" --cov-config {toxinidir}/tests/.coveragerc --cov={toxinidir}/python --cov-report=xml:reports/{envname}/coverage.xml --junitxml=reports/{envname}/unit-results.xml --verbose {posargs:tests/unittests}

Expand Down

0 comments on commit fd00321

Please sign in to comment.