From: Debian Science Team Date: Wed, 26 Aug 2020 21:34:50 +0000 (+0100) Subject: Don't fail tests because we don't ship test data X-Git-Tag: archive/raspbian/1.0.5+dfsg-3+rpi1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5369a3851a7b9ea0fce623ebec213d2138ba4a15;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 d0570cee..e825291a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ markers = high_memory: mark a test as a high-memory only clipboard: mark a pd.read_clipboard test doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL -addopts = --strict-data-files +# addopts = --strict-data-files xfail_strict = True filterwarnings = error:Sparse:FutureWarning