diff --git a/src/packse/index.py b/src/packse/index.py index 23cc88e5..b562f7a4 100644 --- a/src/packse/index.py +++ b/src/packse/index.py @@ -202,6 +202,8 @@ def start_index_server( host, "--port", str(port), + # Do not spawn a background thread crawling PyPI + "--requests-only", # Future default behavior "--absolute-urls", ]