Skip to content

Commit

Permalink
Debug pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Feb 2, 2021
1 parent 77d94cc commit cc0991a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_limited_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ def test_duplicate_wheel_error(tmp_path, capfd):
})

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

0 comments on commit cc0991a

Please sign in to comment.