Skip to content

Commit 621da65

Browse files
committed
[DEBUG] two checks are exiting with 245
Signed-off-by: Cristian Le <[email protected]>
1 parent 205dfea commit 621da65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_repair_wheel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def test_full_build(
7676
wheels = list(dist.glob("*.whl"))
7777
isolated.install(*wheels)
7878

79-
isolated.run("main")
80-
isolated.module("repair_wheel")
79+
# isolated.run("main")
80+
# isolated.module("repair_wheel")
8181
isolated.execute(
8282
"from repair_wheel._module import hello; hello()",
8383
)

0 commit comments

Comments
 (0)