diff -Nru pandas-0.19.2/debian/changelog pandas-0.19.2/debian/changelog --- pandas-0.19.2/debian/changelog 2017-01-12 18:10:11.000000000 +0000 +++ pandas-0.19.2/debian/changelog 2017-02-02 15:32:48.000000000 +0000 @@ -1,3 +1,10 @@ +pandas (0.19.2-5+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 0.19.0+git14-ga40e185-1+rpi1 by Peter Michael Green at Sat, 15 Oct 2016 11:18:39 +0000] + * Disable testsuite. + + -- Peter Michael Green Thu, 02 Feb 2017 15:32:48 +0000 + pandas (0.19.2-5) unstable; urgency=medium * And one more test to skip on non-amd64 -- test_round_trip_valid_encodings diff -Nru pandas-0.19.2/debian/rules pandas-0.19.2/debian/rules --- pandas-0.19.2/debian/rules 2017-01-12 18:10:11.000000000 +0000 +++ pandas-0.19.2/debian/rules 2017-02-02 15:32:48.000000000 +0000 @@ -111,14 +111,14 @@ python-test%: python-install% ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - echo "backend : Agg" >| $(CURDIR)/build/matplotlibrc - : # Run unittests here against installed pandas - echo "$*" | grep -q '^3' && PY=3 || PY=$*; \ - export PYTHONPATH=`/bin/ls -d $$PWD/debian/tmp/usr/lib/python$$PY/*/`; \ - export MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \ - python$* ci/print_versions.py; \ - cd build/; LC_ALL=C.UTF-8 xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \ - python$* /usr/bin/nosetests -s -v -A 'not network and not disabled' $(EXCLUDE_TESTS) $(EXCLUDE_TESTS$*) $(EXCLUDE_TESTS_ARCH) pandas; + #echo "backend : Agg" >| $(CURDIR)/build/matplotlibrc + #: # Run unittests here against installed pandas + #echo "$*" | grep -q '^3' && PY=3 || PY=$*; \ + #export PYTHONPATH=`/bin/ls -d $$PWD/debian/tmp/usr/lib/python$$PY/*/`; \ + #export MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \ + #python$* ci/print_versions.py; \ + #cd build/; LC_ALL=C.UTF-8 xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \ + #python$* /usr/bin/nosetests -s -v -A 'not network and not disabled' $(EXCLUDE_TESTS) $(EXCLUDE_TESTS$*) $(EXCLUDE_TESTS_ARCH) pandas; else : # Skip unittests due to nocheck endif