mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix test suite
This commit is contained in:
committed by
Oz N Tiram
parent
37b39330bf
commit
ffcbdfa817
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user