From b73365f3ca078909a56c6a0747c9513af7b10ec4 Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Tue, 7 May 2024 11:40:18 -0400 Subject: [PATCH] Ensure relevant test includes extras in output going forward --- tests/test_cli_compile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli_compile.py b/tests/test_cli_compile.py index 5263c69d..4c7894a6 100644 --- a/tests/test_cli_compile.py +++ b/tests/test_cli_compile.py @@ -2408,6 +2408,7 @@ def test_canonicalize_extras(pip_conf, runner, tmp_path, make_package, make_whee "--no-header", "--no-emit-options", "--no-annotate", + "--no-strip-extras", ], ) assert out.exit_code == 0