diff -Nru pandas-0.25.3+dfsg2/debian/changelog pandas-0.25.3+dfsg2/debian/changelog --- pandas-0.25.3+dfsg2/debian/changelog 2020-05-07 10:57:06.000000000 +0000 +++ pandas-0.25.3+dfsg2/debian/changelog 2020-05-11 15:23:20.000000000 +0000 @@ -1,3 +1,10 @@ +pandas (0.25.3+dfsg2-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 0.25.3+dfsg-9+rpi1 by Peter Michael Green at Thu, 09 Apr 2020 03:11:32 +0000] + * Disable testsuite. + + -- Raspbian forward porter Mon, 11 May 2020 15:23:20 +0000 + pandas (0.25.3+dfsg2-2) unstable; urgency=medium * Tests: don't fail on jedi deprecation warnings. diff -Nru pandas-0.25.3+dfsg2/debian/rules pandas-0.25.3+dfsg2/debian/rules --- pandas-0.25.3+dfsg2/debian/rules 2020-05-07 10:35:59.000000000 +0000 +++ pandas-0.25.3+dfsg2/debian/rules 2020-05-11 15:23:20.000000000 +0000 @@ -110,7 +110,7 @@ python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp python-test%: python-install% -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) echo "backend : Agg" >| $(CURDIR)/build/matplotlibrc : # Run unittests here against installed pandas, in sections to avoid out-of-memory crash (#943732); exit code 5 means no tests in this file echo "$*" | grep -q '^3' && PY=3 || PY=$*; \