diff -Nru astropy-3.0/debian/changelog astropy-3.0/debian/changelog --- astropy-3.0/debian/changelog 2018-02-25 12:12:36.000000000 +0000 +++ astropy-3.0/debian/changelog 2018-03-14 03:22:26.000000000 +0000 @@ -1,3 +1,9 @@ +astropy (3.0-3+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 14 Mar 2018 03:22:26 +0000 + astropy (3.0-3) unstable; urgency=medium [ Stefano Rivera ] diff -Nru astropy-3.0/debian/rules astropy-3.0/debian/rules --- astropy-3.0/debian/rules 2018-02-25 12:11:31.000000000 +0000 +++ astropy-3.0/debian/rules 2018-03-14 03:22:14.000000000 +0000 @@ -41,7 +41,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: - python3 setup.py test -vv --args "-vv --mpl" + #python3 setup.py test -vv --args "-vv --mpl" endif override_dh_strip_nondeterminism: