From c34b94e1c23cd4dc8f18b7bc2d096505968d12d4 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 18 Mar 2019 21:58:51 -0400 Subject: [PATCH] Remove test for open call since there are no editors in CI Signed-off-by: Dan Ryan --- tests/integration/test_cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index 9dced3f6..a38883e0 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -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: