Remove incorrect use of pytest.mark.skip
This commit is contained in:
parent
b71add27da
commit
4e94135d36
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue