Skip to content

Commit

Permalink
Use --requests-only mode for devpi server
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 20, 2023
1 parent 7293d95 commit 2b89f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packse/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 2b89f59

Please sign in to comment.