We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6727183 commit 9cc8ea9Copy full SHA for 9cc8ea9
tests/test_repair_wheel.py
@@ -77,7 +77,7 @@ def test_full_build(
77
if platform.system() != "Windows":
78
# For some reason isolated.run cannot run this on windows
79
isolated.run("main")
80
- isolated.module("repair_wheel")
+ isolated.module("repair_wheel")
81
isolated.execute(
82
"from repair_wheel._module import hello; hello()",
83
)
0 commit comments