We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48240c commit b52d27dCopy full SHA for b52d27d
test/test_limited_api.py
@@ -54,5 +54,7 @@ def test_duplicate_wheel_error(tmp_path, capfd):
54
})
55
56
captured = capfd.readouterr()
57
+ print('out', captured.out)
58
+ print('err', captured.err)
59
assert "already exists in output directory" in captured.err
60
assert "It looks like you are building wheels against Python's limited API" in captured.err
0 commit comments