Skip to content

Commit 2e7924f

Browse files
Debian Science Teamraspbian-autopush
Debian Science Team
authored andcommitted
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
1 parent 0aedbcc commit 2e7924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ exclude =
5555
minversion = 4.0.2
5656
testpaths = pandas
5757
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS
58-
addopts = --strict-data-files
58+
# addopts = --strict-data-files
5959
xfail_strict = True
6060
filterwarnings =
6161
error:Sparse:FutureWarning

0 commit comments

Comments
 (0)