Skip to content

Commit c14ebe1

Browse files
update setup.cfg for green mypy following pandas-dev#28914
1 parent 3ceb00b commit c14ebe1

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

setup.cfg

+33-3
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ files =
164164
pandas/util,
165165
pandas/*.py
166166

167+
[mypy-pandas.tests.*]
168+
check_untyped_defs=False
169+
167170
[mypy-pandas.conftest]
168171
ignore_errors=True
169172

@@ -173,12 +176,21 @@ ignore_errors=True
173176
[mypy-pandas.tests.arithmetic.test_datetime64]
174177
ignore_errors=True
175178

179+
[mypy-pandas.tests.arithmetic.test_numeric]
180+
ignore_errors=True
181+
182+
[mypy-pandas.tests.arithmetic.test_period]
183+
ignore_errors=True
184+
176185
[mypy-pandas.tests.arrays.test_array]
177186
ignore_errors=True
178187

179188
[mypy-pandas.tests.arrays.test_datetimelike]
180189
ignore_errors=True
181190

191+
[mypy-pandas.tests.arrays.test_datetimes]
192+
ignore_errors=True
193+
182194
[mypy-pandas.tests.arrays.test_period]
183195
ignore_errors=True
184196

@@ -191,6 +203,9 @@ ignore_errors=True
191203
[mypy-pandas.tests.dtypes.test_inference]
192204
ignore_errors=True
193205

206+
[mypy-pandas.tests.dtypes.test_missing]
207+
ignore_errors=True
208+
194209
[mypy-pandas.tests.extension.decimal.test_decimal]
195210
ignore_errors=True
196211

@@ -212,9 +227,18 @@ ignore_errors=True
212227
[mypy-pandas.tests.frame.test_convert_to]
213228
ignore_errors=True
214229

230+
[mypy-pandas.tests.frame.test_dtypes]
231+
ignore_errors=True
232+
233+
[mypy-pandas.tests.frame.test_replace]
234+
ignore_errors=True
235+
215236
[mypy-pandas.tests.indexes.datetimes.test_datetimelike]
216237
ignore_errors=True
217238

239+
[mypy-pandas.tests.indexes.datetimes.test_tools]
240+
ignore_errors=True
241+
218242
[mypy-pandas.tests.indexes.interval.test_base]
219243
ignore_errors=True
220244

@@ -242,9 +266,6 @@ ignore_errors=True
242266
[mypy-pandas.tests.indexing.test_coercion]
243267
ignore_errors=True
244268

245-
[mypy-pandas.tests.indexing.test_loc]
246-
ignore_errors=True
247-
248269
[mypy-pandas.tests.io.json.test_ujson]
249270
ignore_errors=True
250271

@@ -257,6 +278,12 @@ ignore_errors=True
257278
[mypy-pandas.tests.plotting.test_backend]
258279
ignore_errors=True
259280

281+
[mypy-pandas.tests.scalar.timedelta.test_arithmetic]
282+
ignore_errors=True
283+
284+
[mypy-pandas.tests.scalar.timestamp.test_arithmetic]
285+
ignore_errors=True
286+
260287
[mypy-pandas.tests.series.test_constructors]
261288
ignore_errors=True
262289

@@ -269,6 +296,9 @@ ignore_errors=True
269296
[mypy-pandas.tests.test_base]
270297
ignore_errors=True
271298

299+
[mypy-pandas.tests.test_register_accessor]
300+
ignore_errors=True
301+
272302
[mypy-pandas.tests.tseries.offsets.test_offsets]
273303
ignore_errors=True
274304

0 commit comments

Comments
 (0)