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 b7325fa commit cbf76ebCopy full SHA for cbf76eb
pandas/tests/extension/base/missing.py
@@ -137,7 +137,6 @@ def test_fillna_readonly(self, data_missing):
137
tm.assert_extension_array_equal(data, data_missing)
138
139
if self._supports_fillna_copy_false:
140
- # but with copy=False, this raises for EAs that respect the copy keyword
141
with pytest.raises(ValueError, match="Cannot modify read-only array"):
142
data.fillna(fill_value, copy=False)
143
0 commit comments