This commit is contained in:
Tzu-ping Chung 2023-12-04 11:18:24 +01:00 committed by GitHub
commit a931049737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ def test_install_special_extra(
extras={specified_extra: ["missing_pkg"]},
)
print(script.pip("list").stdout)
result = script.pip(
"install",
"--no-index",