Skip to content

Commit

Permalink
Set DISTUTILS_DEBUG = 1 get more informative logs
Browse files Browse the repository at this point in the history
I am debugging a CI failure that I can't (yet) reproduce
locally. Without DISTUTILS_DEBUG = 1 the real traceback
is hidden making troubleshooting difficult.
  • Loading branch information
Andrey Bienkowski committed Mar 5, 2022
1 parent 7bb612e commit af4b241
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 @@ -12,6 +12,8 @@ commands =
pytest {posargs}
usedevelop = True
extras = testing
setenv =
DISTUTILS_DEBUG = 1
passenv =
SETUPTOOLS_USE_DISTUTILS
TIMEOUT_BACKEND_TEST # timeout (in seconds) for test_build_meta
Expand Down

0 comments on commit af4b241

Please sign in to comment.