Skip to content

Commit 51f048a

Browse files
committed
suppress moar
1 parent a393695 commit 51f048a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/frame/test_constructors.py

+2
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,8 @@ def test_constructor_maskedrecarray_dtype(self):
808808
columns=['date', 'price'])
809809
tm.assert_frame_equal(result, expected)
810810

811+
@pytest.mark.skipif(PY2 and _np_version_under1p13,
812+
reason="old numpy & py2")
811813
def test_constructor_mrecarray(self):
812814
# Ensure mrecarray produces frame identical to dict of masked arrays
813815
# from GH3479

0 commit comments

Comments
 (0)