try another package

Signed-off-by: Frost Ming <mianghong@gmail.com>
This commit is contained in:
Frost Ming
2018-12-01 20:56:47 +08:00
parent 7eab5bede2
commit 360ed75992
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -444,6 +444,6 @@ def test_install_non_exist_dep(PipenvInstance, pypi):
@pytest.mark.install
def test_install_package_with_dots(PipenvInstance, pypi):
with PipenvInstance(pypi=pypi, chdir=True) as p:
c = p.pipenv("install fsc.export")
c = p.pipenv("install backports.html")
assert c.ok
assert "fsc.export" in p.pipfile["packages"]
assert "backports.html" in p.pipfile["packages"]
Binary file not shown.