We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a393695 commit 51f048aCopy full SHA for 51f048a
pandas/tests/frame/test_constructors.py
@@ -808,6 +808,8 @@ def test_constructor_maskedrecarray_dtype(self):
808
columns=['date', 'price'])
809
tm.assert_frame_equal(result, expected)
810
811
+ @pytest.mark.skipif(PY2 and _np_version_under1p13,
812
+ reason="old numpy & py2")
813
def test_constructor_mrecarray(self):
814
# Ensure mrecarray produces frame identical to dict of masked arrays
815
# from GH3479
0 commit comments