Commit 030f3a36 by Sébastien Eustace

Update tests

parent b223adbb
...@@ -47,7 +47,7 @@ def test_wheel_c_extension(): ...@@ -47,7 +47,7 @@ def test_wheel_c_extension():
assert 'extended-0.1/build.py' in tar.getnames() assert 'extended-0.1/build.py' in tar.getnames()
assert 'extended-0.1/extended/extended.c' in tar.getnames() assert 'extended-0.1/extended/extended.c' in tar.getnames()
whl = list((module_path / 'dist').glob('extended-0.1-cp*-cp*m-*.whl'))[0] whl = list((module_path / 'dist').glob('extended-0.1-cp*-cp*-*.whl'))[0]
assert whl.exists() assert whl.exists()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment