Skip to content

Commit 6cf2e98

Browse files
committed
mark skipif
1 parent 37010ff commit 6cf2e98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/parser/common.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1275,9 +1275,8 @@ def test_verbose_import(self):
12751275
else: # Python engine
12761276
assert output == 'Filled 1 NA values in column a\n'
12771277

1278+
@pytest.mark.skipif(PY3, reason="won't work in Python 3")
12781279
def test_iteration_open_handle(self):
1279-
if PY3:
1280-
pytest.skip("won't work in Python 3")
12811280

12821281
with tm.ensure_clean() as path:
12831282
with open(path, 'wb') as f:

0 commit comments

Comments
 (0)