From cf1f66600c0c26c29d18025d3cb3f9a8b6635db6 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 1 Jan 2020 16:15:21 +0100 Subject: [PATCH] Make sure to pass tests again on Python 3.4 --- test/completion/pytest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/completion/pytest.py b/test/completion/pytest.py index 5a879fe1..c23b55e6 100644 --- a/test/completion/pytest.py +++ b/test/completion/pytest.py @@ -130,6 +130,7 @@ def test_p(monkeypatch): #? ['setattr'] monkeypatch.setatt +# python > 3.4 #? ['capsysbinary'] def test_p(capsysbin