We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43be6b7 commit 251ff22Copy full SHA for 251ff22
pandas/tests/extension/test_numpy.py
@@ -167,6 +167,8 @@ def skip_numpy_object(dtype, request):
167
168
169
class TestNumpyExtensionArray(base.ExtensionTests):
170
+ _supports_fillna_copy_false = False
171
+
172
@pytest.mark.skip(reason="We don't register our dtype")
173
# We don't want to register. This test should probably be split in two.
174
def test_from_dtype(self, data):
0 commit comments