Skip to content

Commit 251ff22

Browse files
committed
EA attribute specifying whether copy=False is ignored
1 parent 43be6b7 commit 251ff22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/extension/test_numpy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ def skip_numpy_object(dtype, request):
167167

168168

169169
class TestNumpyExtensionArray(base.ExtensionTests):
170+
_supports_fillna_copy_false = False
171+
170172
@pytest.mark.skip(reason="We don't register our dtype")
171173
# We don't want to register. This test should probably be split in two.
172174
def test_from_dtype(self, data):

0 commit comments

Comments
 (0)