We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d94cc commit cc0991aCopy full SHA for cc0991a
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