From: Debian Science Team Date: Mon, 7 Dec 2020 23:06:28 +0000 (+0000) Subject: Don't fail tests because we don't ship test data X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2^2^2^2^2^2^2^2^2^2^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=635288abe1040989a5e113642462d1147af1c95c;p=pandas.git 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 Gbp-Pq: Name deb_no_strict_data.patch --- diff --git a/setup.cfg b/setup.cfg index ee5725e3..08f1eb6e 100644 --- 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