Package: micropython
Version: 1.17+ds-1.1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch

Dear maintainer,

In Ubuntu, micropython is failing to build from source because of an
additional test failure.  The cause of the failure is that the reference
output has changed between python3.9 and python3.10.

Since this doesn't make micropython incorrect, I have uploaded the attached
change to Ubuntu to skip this particular test.  You may wish to consider
applying this or a similar change in Debian, since python3.10 will become
the default there soon.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru micropython-1.17+ds/debian/rules micropython-1.17+ds/debian/rules
--- micropython-1.17+ds/debian/rules    2021-11-10 12:51:19.000000000 -0800
+++ micropython-1.17+ds/debian/rules    2022-03-10 13:40:29.000000000 -0800
@@ -21,7 +21,7 @@
 endif
 
 # https://github.com/micropython/micropython/issues/6750
-SKIP_TESTS := ussl_basic urandom_basic import_pkg7
+SKIP_TESTS := ussl_basic urandom_basic import_pkg7 string_format_error
 ifneq ($(DEB_HOST_ARCH),amd64)
   SKIP_TESTS += mpy_native
 endif

Reply via email to