Skip to content

Commit b52d27d

Browse files
committed
Debug pytest
1 parent f48240c commit b52d27d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_limited_api.py

+2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ def test_duplicate_wheel_error(tmp_path, capfd):
5454
})
5555

5656
captured = capfd.readouterr()
57+
print('out', captured.out)
58+
print('err', captured.err)
5759
assert "already exists in output directory" in captured.err
5860
assert "It looks like you are building wheels against Python's limited API" in captured.err

0 commit comments

Comments
 (0)