Skip to content

Commit d01e7df

Browse files
committed
fix tests
1 parent 3d90700 commit d01e7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_test/option_prepare_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def test_build_with_override_launches(monkeypatch, tmp_path):
120120

121121
monkeypatch.chdir(pkg_dir)
122122
monkeypatch.setattr(sys, "argv", ["cibuildwheel", "--platform=linux"])
123+
monkeypatch.delenv("CIBW_ENABLE", raising=False)
123124

124125
main()
125126

0 commit comments

Comments
 (0)