Remove incorrect use of pytest.mark.skip

This commit is contained in:
Michael Aquilina 2015-09-21 12:11:20 +01:00
parent b71add27da
commit 4e94135d36
1 changed files with 0 additions and 1 deletions

View File

@ -556,7 +556,6 @@ def test_capture_binary_output(testdir):
import subprocess import subprocess
subprocess.call([sys.executable, __file__]) subprocess.call([sys.executable, __file__])
@pytest.mark.skip
def test_foo(): def test_foo():
import os;os.write(1, b'\xc3') import os;os.write(1, b'\xc3')