From 4e94135d361c541a579180e25a55cbfa38021565 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 21 Sep 2015 12:11:20 +0100 Subject: [PATCH] Remove incorrect use of pytest.mark.skip --- testing/test_capture.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/test_capture.py b/testing/test_capture.py index 539333525..b5b374a72 100644 --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -556,7 +556,6 @@ def test_capture_binary_output(testdir): import subprocess subprocess.call([sys.executable, __file__]) - @pytest.mark.skip def test_foo(): import os;os.write(1, b'\xc3')