From d86a7e062aa6ec7fbb32e25e0a44e191f1fc0468 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 31 Dec 2018 11:03:02 +0100 Subject: [PATCH] Dropping xfail as mentioned in #395 (#437) --- tests/test_local.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_local.py b/tests/test_local.py index ed145d336..42a38c424 100644 --- a/tests/test_local.py +++ b/tests/test_local.py @@ -520,8 +520,6 @@ def test_modifiers(self): assert command_false & RETCODE == 1 @skip_on_windows - @pytest.mark.xfail(reason= - 'This test randomly fails on Mac and PyPy on Travis, not sure why') def test_tee_modifier(self, capfd): from plumbum.cmd import echo