File tree 2 files changed +4
-8
lines changed
pandas/tests/extension/mask
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ class BaseNumpyTests(object):
43
43
44
44
45
45
class TestDtype (BaseNumpyTests , base .BaseDtypeTests ):
46
- def test_array_type_with_arg (self , data , dtype ):
47
- pytest .skip ("GH-22666" )
46
+ pass
48
47
49
48
50
49
class TestInterface (BaseNumpyTests , base .BaseInterfaceTests ):
51
- def test_repr (self , data ):
52
- raise pytest .skip ("TODO" )
50
+ pass
53
51
54
52
55
53
class TestConstructors (BaseNumpyTests , base .BaseConstructorsTests ):
Original file line number Diff line number Diff line change @@ -47,13 +47,11 @@ class BaseArrowTests(object):
47
47
48
48
49
49
class TestDtype (BaseArrowTests , base .BaseDtypeTests ):
50
- def test_array_type_with_arg (self , data , dtype ):
51
- pytest .skip ("GH-22666" )
50
+ pass
52
51
53
52
54
53
class TestInterface (BaseArrowTests , base .BaseInterfaceTests ):
55
- def test_repr (self , data ):
56
- raise pytest .skip ("TODO" )
54
+ pass
57
55
58
56
59
57
class TestConstructors (BaseArrowTests , base .BaseConstructorsTests ):
You can’t perform that action at this time.
0 commit comments