diff --git a/tests/test_pipenv.py b/tests/test_pipenv.py index a9297703..52843681 100644 --- a/tests/test_pipenv.py +++ b/tests/test_pipenv.py @@ -194,11 +194,6 @@ class TestPipenv: with PipenvInstance() as p: assert p.pipenv('--help').out - @pytest.mark.cli - def test_completion(self): - with PipenvInstance() as p: - assert p.pipenv('--completion').out - @pytest.mark.cli def test_man(self): with PipenvInstance() as p: