Commit 4bc6f147 by Sébastien Eustace

Fix tests

parent 030f3a36
...@@ -67,7 +67,7 @@ def test_wheel_c_extension(): ...@@ -67,7 +67,7 @@ def test_wheel_c_extension():
Wheel-Version: 1.0 Wheel-Version: 1.0
Generator: poetry {} Generator: poetry {}
Root-Is-Purelib: false Root-Is-Purelib: false
Tag: cp[23]\d-cp[23]\dm-.+ Tag: cp[23]\d-cp[23]\dmu?-.+
$""".format(__version__), wheel_data) is not None $""".format(__version__), wheel_data) is not None
finally: finally:
zip.close() zip.close()
......
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