Skip to content

Commit 6c6c150

Browse files
committed
Check to see if cache is broken
1 parent 220a86b commit 6c6c150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_distribution.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def test_wheel(virtualenv, tmpdir):
3232
if not wheels:
3333
pytest.skip("no wheel available")
3434
assert len(wheels) == 1
35+
print(wheels)
3536

3637
virtualenv.run("pip install %s" % wheels[0])
3738

0 commit comments

Comments
 (0)