Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_install_uri.py
Original file line number Diff line number Diff line change
@@ -202,6 +202,9 @@ def test_install_specifying_index_url(pipenv_instance_private_pypi):
six = "*"
[dev-packages]
[pipenv]
install_search_all_sources = true
""".strip()
f.write(contents)
c = p.pipenv("install pipenv-test-private-package --index https://test.pypi.org/simple")
1 change: 1 addition & 0 deletions tests/integration/test_lock.py
Original file line number Diff line number Diff line change
@@ -335,6 +335,7 @@ def test_private_index_skip_lock(pipenv_instance_private_pypi):
[packages]
pipenv-test-private-package = {version = "*", index = "testpypi"}
pipenv-test-public-package = {version = "*", index = "pypi"}
requests = "*"
""".strip()
f.write(contents)

0 comments on commit ffcbdfa

Please sign in to comment.