From 2cc55447d5cbdaf99886839536efe444e2bb41b4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 14:23:31 -0500 Subject: [PATCH] remove completion test Signed-off-by: Kenneth Reitz --- tests/test_pipenv.py | 5 ----- 1 file changed, 5 deletions(-) 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: