diff --git a/tests/integration/test_install_uri.py b/tests/integration/test_install_uri.py index c8cce869..aff1b7e1 100644 --- a/tests/integration/test_install_uri.py +++ b/tests/integration/test_install_uri.py @@ -202,6 +202,9 @@ name = "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") diff --git a/tests/integration/test_lock.py b/tests/integration/test_lock.py index 63775c7a..b14a7978 100644 --- a/tests/integration/test_lock.py +++ b/tests/integration/test_lock.py @@ -335,6 +335,7 @@ name = "testpypi" [packages] pipenv-test-private-package = {version = "*", index = "testpypi"} +pipenv-test-public-package = {version = "*", index = "pypi"} requests = "*" """.strip() f.write(contents)