mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
Show all packages in environment (#8341)
This commit is contained in:
@@ -92,7 +92,7 @@ def run_stubtest(dist: Path, *, verbose: bool = False) -> bool:
|
||||
print_command_output(e)
|
||||
|
||||
print("Ran with the following environment:", file=sys.stderr)
|
||||
ret = subprocess.run([pip_exe, "freeze"], capture_output=True)
|
||||
ret = subprocess.run([pip_exe, "freeze", "--all"], capture_output=True)
|
||||
print_command_output(ret)
|
||||
|
||||
if allowlist_path.exists():
|
||||
|
||||
Reference in New Issue
Block a user