Skip to content

Commit 2887863

Browse files
committed
fix unit tests in CI
1 parent 4a75946 commit 2887863

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unit_test/main_tests/main_options_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ def test_enable(method, intercepted_build_args, monkeypatch):
556556

557557
def test_enable_all(intercepted_build_args, monkeypatch):
558558
monkeypatch.setattr(sys, "argv", [*sys.argv, "--enable", "all"])
559+
monkeypatch.delenv("CIBW_ENABLE", raising=False)
559560

560561
main()
561562

0 commit comments

Comments
 (0)