From d6965c09c4b4c17b3fc09468b6b557c9246dd5db Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 7 Sep 2023 16:54:43 +0800 Subject: [PATCH] Try to debug what changed in setuptools --- tests/functional/test_install_extras.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/test_install_extras.py b/tests/functional/test_install_extras.py index c6cef00fa9c..3fb110809d5 100644 --- a/tests/functional/test_install_extras.py +++ b/tests/functional/test_install_extras.py @@ -167,6 +167,8 @@ def test_install_special_extra(script: PipTestEnvironment) -> None: ) ) + print(script.pip("list").stdout) + result = script.pip( "install", "--no-index", f"{pkga_path}[Hop_hOp-hoP]", expect_error=True )