[Python-modules-team] Bug#1001482: restrictedpython: (autopkgtest) needs update for python3.10: deprecation warning on stderr
Steve Langasek
steve.langasek at canonical.com
Sat Dec 11 18:12:29 GMT 2021
Package: restrictedpython
Followup-For: Bug #1001482
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: tags -1 patch
Hello,
Attached is a small patch to ignore the stderr noise about deprecation
warnings and allow the autopkgtests to continue to pass.
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/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru restrictedpython-4.0~b3/debian/tests/control restrictedpython-4.0~b3/debian/tests/control
--- restrictedpython-4.0~b3/debian/tests/control 2018-09-24 05:50:04.000000000 -0700
+++ restrictedpython-4.0~b3/debian/tests/control 2021-12-11 10:10:24.000000000 -0800
@@ -1,2 +1,3 @@
Tests: all
Depends: @, python3-distutils, python3-zope.testrunner, python3-all
+Restrictions: allow-stderr
More information about the Python-modules-team
mailing list