Description: Don't fail tests because we don't ship test data

This applies to users running them; our build/autopkgtest re-enable
this and use the data from the source tree

Author: Yaroslav Halchenko
Forwarded: no

--- a/setup.cfg
+++ b/setup.cfg
@@ -55,7 +55,7 @@ exclude =
 minversion = 4.0.2
 testpaths = pandas
 doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS
-addopts = --strict-data-files
+# addopts = --strict-data-files
 xfail_strict = True
 filterwarnings =
     error:Sparse:FutureWarning
