Don't fail tests because we don't ship test data
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
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

setup.cfg

index d0570cee6fe10fd3ffb11dcb85a7f8ea124b96e0..e825291a005b5478a74316cd3368116b5b255876 100644 (file)
--- 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