diff -Nru pyzmq-19.0.2/debian/changelog pyzmq-19.0.2/debian/changelog --- pyzmq-19.0.2/debian/changelog 2020-09-09 14:07:48.000000000 +0000 +++ pyzmq-19.0.2/debian/changelog 2020-10-27 23:57:17.000000000 +0000 @@ -1,3 +1,9 @@ +pyzmq (19.0.2-2+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 27 Oct 2020 23:57:17 +0000 + pyzmq (19.0.2-2) unstable; urgency=medium * Backport upstream fix of asyncio: wait for POLLOUT on sender in diff -Nru pyzmq-19.0.2/debian/rules pyzmq-19.0.2/debian/rules --- pyzmq-19.0.2/debian/rules 2020-08-18 11:57:10.000000000 +0000 +++ pyzmq-19.0.2/debian/rules 2020-10-27 23:57:06.000000000 +0000 @@ -33,7 +33,7 @@ ifneq (,$(filter $(ARCHITECTURE), mipsel mips)) -dh_auto_test -- --test-pytest else - dh_auto_test -- --test-pytest + #dh_auto_test -- --test-pytest endif override_dh_strip: