Your message dated Tue, 30 Jun 2026 09:49:33 +0000
with message-id <[email protected]>
and subject line Bug#1140867: fixed in pylint 4.0.6-1
has caused the Debian Bug report #1140867,
regarding pylint: autopkgtest regression with pytest 9.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1140867: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140867
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pylint
Version: 4.0.5-1
Severity: serious
User: [email protected]
Usertags: pytest9.1
Dear maintainer,
According to https://ci.debian.net data, your package pylint has an
autopkgtest regression with pytest.
The following architectures failed: amd64, arm64, i386, loong64,
ppc64el, riscv64, s390x.
Hopefully relevant excerpt from
https://ci.debian.net/packages/p/pylint/testing/amd64/72542056/
follows:
80s ==================================== ERRORS
====================================
80s _ ERROR collecting
tests/checkers/unittest_unicode/unittest_invalid_encoding.py _
80s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
80s E Test:
tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec,
argvalues type: generator
80s E Please convert to a list or tuple.
80s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
80s ERROR
tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding
- pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
80s E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2:
cd /tmp/autopkgtest-lxc.ig23_8lj/downtmp/autopkgtest_tmp/build; python3.14 -m
pytest -vvvv -k ' not test_do_not_import_files_from_local_directory and not
test_relative_beyond_top_level_two and not test_relative_beyond_top_level_three
and not test_relative_beyond_top_level_four and not inconsistent_returns and
not invalid_all_format_valid_5 and not invalid_all_format_valid_6 and not
regression_4680 and not unreachable and not undefined_variable_typing and not
unused_import_assigned_to and not use_yield_from and not
used_before_assignment_else_return and not test_package and not
test_preferred_module and not test_allow_reexport_package and not
test_package_all and not wrong_import_order and not import_error and not
syntax_error and not test_json_report_when_file_has_syntax_error and not
test_stdin_syntax_error and not used_before_assignment ' {build_dir}/tests
--deselect tests/test_self.py::TestRunTC::test_pr
ogress_reporting
82s ==================================== ERRORS
====================================
82s _ ERROR collecting
tests/checkers/unittest_unicode/unittest_invalid_encoding.py _
82s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
82s E Test:
tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding::test___check_codec,
argvalues type: generator
82s E Please convert to a list or tuple.
82s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
82s ERROR
tests/checkers/unittest_unicode/unittest_invalid_encoding.py::TestInvalidEncoding
- pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
83s E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2:
cd /tmp/autopkgtest-lxc.ig23_8lj/downtmp/autopkgtest_tmp/build; python3.13 -m
pytest -vvvv -k ' not test_do_not_import_files_from_local_directory and not
test_relative_beyond_top_level_two and not test_relative_beyond_top_level_three
and not test_relative_beyond_top_level_four and not inconsistent_returns and
not invalid_all_format_valid_5 and not invalid_all_format_valid_6 and not
regression_4680 and not unreachable and not undefined_variable_typing and not
unused_import_assigned_to and not use_yield_from and not
used_before_assignment_else_return and not test_package and not
test_preferred_module and not test_allow_reexport_package and not
test_package_all and not wrong_import_order and not import_error and not
syntax_error and not test_json_report_when_file_has_syntax_error and not
test_stdin_syntax_error and not used_before_assignment ' {build_dir}/tests
--deselect tests/test_self.py::TestRunTC::test_pr
ogress_reporting
83s pybuild-autopkgtest: error: pybuild --autopkgtest --test-pytest -i
python{version} -p "3.14 3.13" --parallel= returned exit code 13
83s pybuild-autopkgtest: error: /tmp/Bd4uQn0KEl/run pybuild-autopkgtest
returned exit code 2
83s pybuild-autopkgtest FAIL non-zero exit status 25
83s pybuild-autopkgtest FAIL non-zero exit status 25
--- End Message ---
--- Begin Message ---
Source: pylint
Source-Version: 4.0.6-1
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pylint, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated pylint package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 30 Jun 2026 10:13:33 +0100
Source: pylint
Architecture: source
Version: 4.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1140867
Changes:
pylint (4.0.6-1) unstable; urgency=medium
.
* Team upload.
.
[ Alexandre Detiste ]
* Add debian/salsa-ci.yml.
* Update standards version to 4.7.4, no changes needed.
* d/rules: drop no-op override.
* Drop unused python3-sphinx build-dep.
.
[ Colin Watson ]
* New upstream release.
* Fix test failures with pytest 9.1 (closes: #1140867).
* Build-depend on python3-requests <!nocheck>.
Checksums-Sha1:
481e45fedc7d11e519744ce426995c7181109186 2443 pylint_4.0.6-1.dsc
41cd3cf9d123803447d1cb8f64da13c5823de142 1520090 pylint_4.0.6.orig.tar.gz
0ca05de613232ef8e9e40f262b178af5ad4ff5f0 25392 pylint_4.0.6-1.debian.tar.xz
Checksums-Sha256:
a723c8a33de78d0ecf1da06a68e5766252c3a3e29d1fc0bfb04ac7a6213e9ed4 2443
pylint_4.0.6-1.dsc
98c45036284407e3e08b262fa3d3c7451c0d0e9a07a713d92bc8927ee143d7e7 1520090
pylint_4.0.6.orig.tar.gz
e95fd8422030a7044acf70593075b02c8f59db788cb5b747d4434a61a5ffd0a3 25392
pylint_4.0.6-1.debian.tar.xz
Files:
7fda89d93925d8248f2974575a7b70cd 2443 python optional pylint_4.0.6-1.dsc
4f5a6b216adafe399b7f192e414d8131 1520090 python optional
pylint_4.0.6.orig.tar.gz
b4d159238da53dde433d02a0baa5e04a 25392 python optional
pylint_4.0.6-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmpDi9QACgkQOTWH2X2G
UAvnAxAAqHcwbHW2ELnjhM6dXkKV1F17YYrtvbS0lKr4fXw+cv/M5PXIja3JOBR7
nqGRimRIbh8FJqy+jBCnmyNbDdIqg3kIfW10CGqAzqhOfyz08Hcv7wkE/aRgDeOS
5gY2FTzvNBbdDFejFTe+e89+i5y3somuS9gHTe6T0EbTBK1EgOTRanUn+BmkUd09
VHF6lUcsa3Xuc6z0anXXaTcFdxGXZ8fEnvMRwGCdpaWnKc985ogsHwEjLmsozzW7
4MpKeRCJ0opDQWFGjkdl/rn0erFh+V1oeL5AMoG2kFkynZRxKWcci757qwiDZ4+Q
UAQVCI5pRi2C57KjFS7v1OjVJyTQBT5VVLFlON2BLt2YjujAqKJEfBjDcy+fHpIc
i1p1jWqaoiyw1Pl0anorh9glbu6eSmfsfWoDGZx+O/V47fNYW8Vumzt15rEw073B
JQ0SRfXk1PVHKPjELbOObD2RNYt2rv75jmNojdJbEHxCof+Ui3T9PS0M3zDdfgGH
pIPbey4vWTGqpnWbqDRuCA0QrnhBArbZ/w7AGPJmgmA0f4p0Oh4GBhQIQpwHNm8/
wSRxlzzsbSrvLxNKIfmyTSSWTXhQghXBg60TmgTvjPW5u6VqOuiQZIQrq4Y3hS7n
H4ajXLoPlDnpLCzy9aUhwl5Bk3+XIyeuyBn80daLLBRk7CHgcVg=
=JNGc
-----END PGP SIGNATURE-----
pgpY9iBlZWbS_.pgp
Description: PGP signature
--- End Message ---