Skip to content

Commit bcb005b

Browse files
simonjayhawkinsNico Cernek
authored and
Nico Cernek
committed
TYPING: lockdown test modules failing mypy (pandas-dev#28914)
1 parent 5828897 commit bcb005b

File tree

1 file changed

+112
-1
lines changed

1 file changed

+112
-1
lines changed

setup.cfg

+112-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,116 @@ skip = pandas/__init__.py,pandas/core/api.py
130130
ignore_missing_imports=True
131131
no_implicit_optional=True
132132

133-
[mypy-pandas.conftest,pandas.tests.*]
133+
[mypy-pandas.conftest]
134+
ignore_errors=True
135+
136+
[mypy-pandas.tests.api.test_api]
137+
ignore_errors=True
138+
139+
[mypy-pandas.tests.arithmetic.test_datetime64]
140+
ignore_errors=True
141+
142+
[mypy-pandas.tests.arrays.test_array]
143+
ignore_errors=True
144+
145+
[mypy-pandas.tests.arrays.test_datetimelike]
146+
ignore_errors=True
147+
148+
[mypy-pandas.tests.arrays.test_period]
149+
ignore_errors=True
150+
151+
[mypy-pandas.tests.computation.test_eval]
152+
ignore_errors=True
153+
154+
[mypy-pandas.tests.dtypes.test_common]
155+
ignore_errors=True
156+
157+
[mypy-pandas.tests.dtypes.test_inference]
158+
ignore_errors=True
159+
160+
[mypy-pandas.tests.extension.decimal.test_decimal]
161+
ignore_errors=True
162+
163+
[mypy-pandas.tests.extension.json.array]
164+
ignore_errors=True
165+
166+
[mypy-pandas.tests.extension.json.test_json]
167+
ignore_errors=True
168+
169+
[mypy-pandas.tests.extension.test_numpy]
170+
ignore_errors=True
171+
172+
[mypy-pandas.tests.extension.test_sparse]
173+
ignore_errors=True
174+
175+
[mypy-pandas.tests.frame.test_constructors]
176+
ignore_errors=True
177+
178+
[mypy-pandas.tests.frame.test_convert_to]
179+
ignore_errors=True
180+
181+
[mypy-pandas.tests.indexes.datetimes.test_datetimelike]
182+
ignore_errors=True
183+
184+
[mypy-pandas.tests.indexes.interval.test_base]
185+
ignore_errors=True
186+
187+
[mypy-pandas.tests.indexes.interval.test_interval_tree]
188+
ignore_errors=True
189+
190+
[mypy-pandas.tests.indexes.period.test_period]
191+
ignore_errors=True
192+
193+
[mypy-pandas.tests.indexes.test_base]
194+
ignore_errors=True
195+
196+
[mypy-pandas.tests.indexes.test_category]
197+
ignore_errors=True
198+
199+
[mypy-pandas.tests.indexes.test_numeric]
200+
ignore_errors=True
201+
202+
[mypy-pandas.tests.indexes.test_range]
203+
ignore_errors=True
204+
205+
[mypy-pandas.tests.indexes.timedeltas.test_timedelta]
206+
ignore_errors=True
207+
208+
[mypy-pandas.tests.indexing.test_coercion]
209+
ignore_errors=True
210+
211+
[mypy-pandas.tests.indexing.test_loc]
212+
ignore_errors=True
213+
214+
[mypy-pandas.tests.io.json.test_ujson]
215+
ignore_errors=True
216+
217+
[mypy-pandas.tests.io.parser.conftest]
218+
ignore_errors=True
219+
220+
[mypy-pandas.tests.io.test_sql]
221+
ignore_errors=True
222+
223+
[mypy-pandas.tests.plotting.test_backend]
224+
ignore_errors=True
225+
226+
[mypy-pandas.tests.series.test_constructors]
227+
ignore_errors=True
228+
229+
[mypy-pandas.tests.series.test_operators]
230+
ignore_errors=True
231+
232+
[mypy-pandas.tests.test_algos]
233+
ignore_errors=True
234+
235+
[mypy-pandas.tests.test_base]
236+
ignore_errors=True
237+
238+
[mypy-pandas.tests.tseries.offsets.test_offsets]
239+
ignore_errors=True
240+
241+
[mypy-pandas.tests.tseries.offsets.test_offsets_properties]
242+
ignore_errors=True
243+
244+
[mypy-pandas.tests.tseries.offsets.test_yqm_offsets]
134245
ignore_errors=True

0 commit comments

Comments
 (0)