remove completion test

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 14:23:31 -05:00
parent 5c775adb9f
commit 2cc55447d5
-5
View File
@@ -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: