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 1c73be5 commit a6a394bCopy full SHA for a6a394b
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