diff -Nru statsmodels-0.6.1/debian/changelog statsmodels-0.6.1/debian/changelog --- statsmodels-0.6.1/debian/changelog 2015-05-20 21:29:43.000000000 +0000 +++ statsmodels-0.6.1/debian/changelog 2016-04-04 22:47:58.000000000 +0000 @@ -1,3 +1,9 @@ +statsmodels (0.6.1-4+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Mon, 04 Apr 2016 22:47:50 +0000 + statsmodels (0.6.1-4) unstable; urgency=medium * Move ipython-notebook and zmq to build-depends-indep since needed only for diff -Nru statsmodels-0.6.1/debian/rules statsmodels-0.6.1/debian/rules --- statsmodels-0.6.1/debian/rules 2015-05-20 21:29:43.000000000 +0000 +++ statsmodels-0.6.1/debian/rules 2016-04-04 22:49:03.000000000 +0000 @@ -97,15 +97,15 @@ python$* setup.py install --install-layout=deb --root=$(PACKAGE_ROOT_DIR) python-test%: python-install% -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - : # Run unittests here against installed statsmodels - cd build/ && \ - PYTHONPATH=`/bin/ls -d $(CURDIR)/$(PACKAGE_ROOT_DIR)/usr/lib/python$*/*/` \ - MPLCONFIGDIR=$(CURDIR)/build \ - python$* /usr/bin/nosetests -s -v --exclude=sandbox statsmodels -else +#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +# : # Run unittests here against installed statsmodels +# cd build/ && \ +# PYTHONPATH=`/bin/ls -d $(CURDIR)/$(PACKAGE_ROOT_DIR)/usr/lib/python$*/*/` \ +# MPLCONFIGDIR=$(CURDIR)/build \ +# python$* /usr/bin/nosetests -s -v --exclude=sandbox statsmodels +#else : # Skip unittests due to nocheck -endif +#endif override_dh_install: