Skip to content

Commit 2547cd1

Browse files
committed
Always print debug info
1 parent f95904e commit 2547cd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/test_pep668.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ def test_fails(script: PipTestEnvironment, arguments: List[str], virtualenv: Vir
4141
result = script.pip(*arguments, "pip", expect_error=True)
4242
try:
4343
assert "I am externally managed" in result.stderr
44-
except AssertionError:
44+
finally:
4545
print("virtualenv.sitecustomize:")
4646
print(virtualenv.sitecustomize)
47-
raise
4847

4948

5049
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)