diff -Nru pandas-1.0.5+dfsg/debian/changelog pandas-1.0.5+dfsg/debian/changelog --- pandas-1.0.5+dfsg/debian/changelog 2020-08-26 21:34:50.000000000 +0000 +++ pandas-1.0.5+dfsg/debian/changelog 2020-08-31 20:19:19.000000000 +0000 @@ -1,3 +1,10 @@ +pandas (1.0.5+dfsg-3+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, 31 Aug 2020 20:19:19 +0000 + pandas (1.0.5+dfsg-3) unstable; urgency=medium * Remove pytest-asyncio test-depends. diff -Nru pandas-1.0.5+dfsg/debian/rules pandas-1.0.5+dfsg/debian/rules --- pandas-1.0.5+dfsg/debian/rules 2020-08-25 06:26:12.000000000 +0000 +++ pandas-1.0.5+dfsg/debian/rules 2020-08-31 20:19:19.000000000 +0000 @@ -91,7 +91,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=$*; \