Skip to content

Commit 9cc8ea9

Browse files
committed
[DEBUG] Skip module test for now
Signed-off-by: Cristian Le <[email protected]>
1 parent 6727183 commit 9cc8ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_repair_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_full_build(
7777
if platform.system() != "Windows":
7878
# For some reason isolated.run cannot run this on windows
7979
isolated.run("main")
80-
isolated.module("repair_wheel")
80+
isolated.module("repair_wheel")
8181
isolated.execute(
8282
"from repair_wheel._module import hello; hello()",
8383
)

0 commit comments

Comments
 (0)