There was an error while loading. Please reload this page.
1 parent 4a75946 commit 2887863Copy full SHA for 2887863
1 file changed
unit_test/main_tests/main_options_test.py
@@ -556,6 +556,7 @@ def test_enable(method, intercepted_build_args, monkeypatch):
556
557
def test_enable_all(intercepted_build_args, monkeypatch):
558
monkeypatch.setattr(sys, "argv", [*sys.argv, "--enable", "all"])
559
+ monkeypatch.delenv("CIBW_ENABLE", raising=False)
560
561
main()
562
0 commit comments