Skip to content

Commit ceac2a6

Browse files
committed
[DEBUG] two checks are exiting with 245
Signed-off-by: Cristian Le <[email protected]>
1 parent 0fc481a commit ceac2a6

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
@@ -39,8 +39,8 @@ def test_full_build(isolated, isolate, manual_repair, monkeypatch):
3939
"-v", "--config-settings=logging.level=DEBUG", "./extern", ".", isolated=isolate
4040
)
4141

42-
isolated.run("main")
43-
isolated.module("repair_wheel")
42+
# isolated.run("main")
43+
# isolated.module("repair_wheel")
4444
isolated.execute(
4545
"from repair_wheel._module import hello; hello()",
4646
)

0 commit comments

Comments
 (0)