pypa/hatch

Making TIMEOUT used by pip install configurable

Open

#2.158 geöffnet am 15. Jan. 2026

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Python (240 Forks)batch import
good first issue

Repository-Metriken

Stars
 (4.451 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 41T 22h) (20 gemergte PRs in 30 T)

Beschreibung

Description

In https://github.com/pypa/hatch/pull/1531 a DEFAULT_TIMEOUT has been implemented. I think it would be better to be configurable.

Use case/motivation

I use hatch on a server protected by a VPN that slow down the connection and the current default timeout is too small. To make hatch worked I patched the DEFAULT_TIMEOUT value and increased. But that's a dirty temporary solutions.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Contributor Guide