Remove test for open call since there are no editors in CI

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2019-03-18 21:58:51 -04:00
parent b3599002d7
commit c34b94e1c2
-6
View File
@@ -141,12 +141,6 @@ def test_pipenv_check(PipenvInstance, pypi):
assert 'Ignoring' in c.err
@pytest.mark.cli
def test_pipenv_open(PipenvInstance, pypi):
with PipenvInstance(pypi=pypi) as p:
assert p.pipenv("open test").out
@pytest.mark.cli
def test_pipenv_clean_pip_no_warnings(PipenvInstance):
with PipenvInstance(chdir=True) as p: