diff --git a/setup.cfg b/setup.cfg index 49a57b7a525f0..abcaea58e140f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,8 +65,10 @@ doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS addopts = --strict-data-files xfail_strict = True filterwarnings = - error:Sparse:FutureWarning - error:The SparseArray:FutureWarning + error:::pandas[.*] + error:::numpy[.*] + error:::dateutil[.*] + error:::pytz[.*] junit_family=xunit2 [coverage:run]