Skip to content

Commit 0c82fb8

Browse files
committed
WIP: Uncomment PYPI_SIMPLE_URL not in index_urls
1 parent 6efaeca commit 0c82fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_inspector/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def resolve_dependencies(
146146

147147
files = []
148148

149-
# if PYPI_SIMPLE_URL not in index_urls:
150-
# index_urls = tuple([PYPI_SIMPLE_URL]) + tuple(index_urls)
149+
if PYPI_SIMPLE_URL not in index_urls:
150+
index_urls = tuple(index_urls) + tuple([PYPI_SIMPLE_URL])
151151

152152
# requirements
153153
for req_file in requirement_files:

0 commit comments

Comments
 (0)