We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220a86b commit 6c6c150Copy full SHA for 6c6c150
tests/test_distribution.py
@@ -32,6 +32,7 @@ def test_wheel(virtualenv, tmpdir):
32
if not wheels:
33
pytest.skip("no wheel available")
34
assert len(wheels) == 1
35
+ print(wheels)
36
37
virtualenv.run("pip install %s" % wheels[0])
38
0 commit comments