Package: src:python-apt
Version: 1.9.0
Severity: important
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

you can work around them with the allow-stderr restriction, however these should be fixed.

autopkgtest [06:10:11]: test run-tests: -----------------------]
run-tests FAIL stderr: /usr/lib/python3/dist-packages/apt/package.py:484: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats autopkgtest [06:10:11]: test run-tests: - - - - - - - - - - results - - - - - - - - - - autopkgtest [06:10:11]: test run-tests: - - - - - - - - - - stderr - - - - - - - - - - /usr/lib/python3/dist-packages/apt/package.py:484: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  return apt_pkg.version_compare(self._cand.ver_str, other.version)
/usr/lib/python3/dist-packages/apt/package.py:401: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self._rec = apt_pkg.TagSection(record_str)
/usr/lib/python3/dist-packages/apt/debfile.py:89: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self._sections = apt_pkg.TagSection(control)
/usr/lib/python3/dist-packages/apt/debfile.py:325: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  return apt_pkg.parse_depends(self._sections[key], False)
/usr/lib/python3/dist-packages/apt/debfile.py:338: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  apt_pkg.parse_depends(self._sections[key], False))
/usr/lib/python3/dist-packages/apt/debfile.py:349: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  return apt_pkg.parse_depends(self._sections[key], False)
/usr/lib/python3/dist-packages/apt/debfile.py:359: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  return apt_pkg.parse_depends(self._sections[key], False)
/usr/lib/python3/dist-packages/apt/debfile.py:799: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self._depends.extend(apt_pkg.parse_src_depends(sec[tag]))
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:75: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  deps = apt_pkg.parse_depends("p1a (<< 1a) | p1b (>> 1b)")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:90: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual("<", apt_pkg.parse_depends("p1 (<< 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:91: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual("<=", apt_pkg.parse_depends("p1 (< 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:92: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual("<=", apt_pkg.parse_depends("p1 (<= 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:93: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual("=", apt_pkg.parse_depends("p1 (= 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:94: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual(">=", apt_pkg.parse_depends("p1 (>= 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:95: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual(">=", apt_pkg.parse_depends("p1 (> 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:96: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  self.assertEqual(">", apt_pkg.parse_depends("p1 (>> 1)")[0][0][2])
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:67: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  deps = apt_pkg.parse_depends("po4a:native", True)
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:70: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  deps = apt_pkg.parse_depends("po4a:native", False)
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:106: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  depends_this = apt_pkg.parse_src_depends("p [%s]" % architecture)
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:107: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  depends_this_too = apt_pkg.parse_src_depends("p [!not-existing-arch]")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:108: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  depends_other = apt_pkg.parse_src_depends("p [!%s]" % architecture)
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_deps.py:109: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  depends_other_too = apt_pkg.parse_src_depends("p [not-existing-arch]")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_tagfile.py:172: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  ts = apt_pkg.TagSection("a: 1\nb: 2\nc: 3\n")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_tagfile.py:188: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  ts = apt_pkg.TagSection("a: 1\nb: 2\nc: 3\n")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_tagfile.py:180: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  ts = apt_pkg.TagSection("a: 1\nb: 2\nc: 3\n")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_tagfile.py:194: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  ts = apt_pkg.TagSection("a: 1\nb: 2\nc: 3\n")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_tagfile.py:210: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  ts = apt_pkg.TagSection("a: 1\nb: 2\nc: 3\n")
/tmp/autopkgtest.QOsY27/build.R1N/src/tests/test_tagfile.py:202: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  ts = apt_pkg.TagSection("a: 1\nb: 2\nc: 3\n")
autopkgtest [06:10:11]: @@@@@@@@@@@@@@@@@@@@ summary
run-tests FAIL stderr: /usr/lib/python3/dist-packages/apt/package.py:484: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
Exit request sent.

Reply via email to