Skip to content

Commit

Permalink
setuptools._distutils.debug.DEBUG=True
Browse files Browse the repository at this point in the history
Enable traceback printing to debug a CI fail
  • Loading branch information
hexagonrecursion committed Mar 5, 2022
1 parent 7bb612e commit 229b0b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setuptools/tests/test_easy_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,8 @@ def test_editable_user_and_build_isolation(setup_context, monkeypatch, tmpdir):
# tries creating directories in $HOME
monkeypatch.setenv('HOME', str(tmpdir))

monkeypatch.setattr('setuptools._distutils.debug.DEBUG', True)

# == Sanity check ==
assert sys_prefix.listdir() == []
assert USER_BASE.listdir() == []
Expand Down

0 comments on commit 229b0b7

Please sign in to comment.