Your message dated Mon, 17 Jul 2023 00:22:22 +0000
with message-id <[email protected]>
and subject line Bug#1040580: fixed in oz 0.17.0-5.2
has caused the Debian Bug report #1040580,
regarding oz: implicitly depends on python3-py
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.)
--
1040580: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040580
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: oz
Version: 0.17.0-5.1
Severity: serious
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear maintainer,
your package implicitly depends on python3-py for its autopkgtest, which used
to be provided by python3-pytest. However, pytest has dropped that dependency,
breaking your autopkgtest.
Note that you can replace py.test.foo with pytest.foo and avoid the
dependency on python3-py altogether.
Cheers
Timo
- ---
Relevant excerpt from
https://ci.debian.net/data/autopkgtest/testing/amd64/o/oz/35449828/log.gz
50s ==================================== ERRORS
====================================
50s ________________ ERROR collecting tests/factory/test_factory.py
________________
50s tests/factory/test_factory.py:34: in <module>
50s import py.test
50s E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
50s
50s During handling of the above exception, another exception occurred:
50s /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
50s result: Optional[TResult] = func()
50s /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
50s call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
50s /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
50s self._inject_setup_module_fixture()
50s /usr/lib/python3/dist-packages/_pytest/python.py:545: in
_inject_setup_module_fixture
50s self.obj, ("setUpModule", "setup_module")
50s /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
50s self._obj = obj = self._getobj()
50s /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
50s return self._importtestmodule()
50s /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
50s mod = import_path(self.path, mode=importmode,
root=self.config.rootpath)
50s /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in import_path
50s importlib.import_module(module_name)
50s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
50s return _bootstrap._gcd_import(name[level:], package, level)
50s <frozen importlib._bootstrap>:1204: in _gcd_import
50s ???
50s <frozen importlib._bootstrap>:1176: in _find_and_load
50s ???
50s <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
50s ???
50s <frozen importlib._bootstrap>:690: in _load_unlocked
50s ???
50s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: in
exec_module
50s exec(co, module.__dict__)
50s tests/factory/test_factory.py:37: in <module>
50s sys.exit(1)
50s E SystemExit: 1
50s ------------------------------- Captured stdout
--------------------------------
50s Unable to import py.test. Is py.test installed?
50s __________________ ERROR collecting tests/guest/test_guest.py
__________________
50s tests/guest/test_guest.py:34: in <module>
50s import py.test
50s E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
50s
50s During handling of the above exception, another exception occurred:
50s /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
50s result: Optional[TResult] = func()
50s /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
50s call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
50s /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
50s self._inject_setup_module_fixture()
50s /usr/lib/python3/dist-packages/_pytest/python.py:545: in
_inject_setup_module_fixture
50s self.obj, ("setUpModule", "setup_module")
50s /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
50s self._obj = obj = self._getobj()
50s /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
50s return self._importtestmodule()
50s /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
50s mod = import_path(self.path, mode=importmode,
root=self.config.rootpath)
50s /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in import_path
50s importlib.import_module(module_name)
50s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
50s return _bootstrap._gcd_import(name[level:], package, level)
50s <frozen importlib._bootstrap>:1204: in _gcd_import
50s ???
50s <frozen importlib._bootstrap>:1176: in _find_and_load
50s ???
50s <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
50s ???
50s <frozen importlib._bootstrap>:690: in _load_unlocked
50s ???
50s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: in
exec_module
50s exec(co, module.__dict__)
50s tests/guest/test_guest.py:37: in <module>
50s sys.exit(1)
50s E SystemExit: 1
50s ------------------------------- Captured stdout
--------------------------------
50s Unable to import py.test. Is py.test installed?
50s _________________ ERROR collecting tests/ozutil/test_ozutil.py
_________________
50s tests/ozutil/test_ozutil.py:7: in <module>
50s import py.test
50s E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
50s
50s During handling of the above exception, another exception occurred:
50s /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
50s result: Optional[TResult] = func()
50s /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
50s call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
50s /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
50s self._inject_setup_module_fixture()
50s /usr/lib/python3/dist-packages/_pytest/python.py:545: in
_inject_setup_module_fixture
50s self.obj, ("setUpModule", "setup_module")
50s /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
50s self._obj = obj = self._getobj()
50s /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
50s return self._importtestmodule()
50s /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
50s mod = import_path(self.path, mode=importmode,
root=self.config.rootpath)
50s /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in import_path
50s importlib.import_module(module_name)
50s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
50s return _bootstrap._gcd_import(name[level:], package, level)
50s <frozen importlib._bootstrap>:1204: in _gcd_import
50s ???
50s <frozen importlib._bootstrap>:1176: in _find_and_load
50s ???
50s <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
50s ???
50s <frozen importlib._bootstrap>:690: in _load_unlocked
50s ???
50s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: in
exec_module
50s exec(co, module.__dict__)
50s tests/ozutil/test_ozutil.py:10: in <module>
50s sys.exit(1)
50s E SystemExit: 1
50s ------------------------------- Captured stdout
--------------------------------
50s Unable to import py.test. Is py.test installed?
50s ____________________ ERROR collecting tests/tdl/test_tdl.py
____________________
50s tests/tdl/test_tdl.py:13: in <module>
50s import py.test
50s E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
50s
50s During handling of the above exception, another exception occurred:
50s /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
50s result: Optional[TResult] = func()
50s /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
50s call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
50s /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
50s self._inject_setup_module_fixture()
50s /usr/lib/python3/dist-packages/_pytest/python.py:545: in
_inject_setup_module_fixture
50s self.obj, ("setUpModule", "setup_module")
50s /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
50s self._obj = obj = self._getobj()
50s /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
50s return self._importtestmodule()
50s /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
50s mod = import_path(self.path, mode=importmode,
root=self.config.rootpath)
50s /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in import_path
50s importlib.import_module(module_name)
50s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
50s return _bootstrap._gcd_import(name[level:], package, level)
50s <frozen importlib._bootstrap>:1204: in _gcd_import
50s ???
50s <frozen importlib._bootstrap>:1176: in _find_and_load
50s ???
50s <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
50s ???
50s <frozen importlib._bootstrap>:690: in _load_unlocked
50s ???
50s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: in
exec_module
50s exec(co, module.__dict__)
50s tests/tdl/test_tdl.py:16: in <module>
50s sys.exit(1)
50s E SystemExit: 1
50s ------------------------------- Captured stdout
--------------------------------
50s Unable to import py.test. Is py.test installed?
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmSoUgUACgkQ+C8H+466
LVlDJAwA1OpJjXWAsg9f+AephUJEAM5KgNRgZAU0rcXJ94hDDFOSv7fuvqOhfb4P
ElS3Bo7agIezla1l31jtwbclNenbrFWPeVbpLFRzdOFoTlaqP3l/ChH7VuiUZG41
DjU3mBNC5gzslKkZBQWeqH45yB7Sev9c/i2oHfTeDrKvhkK5wIih4p9VAH/c4nCd
M5/OZ0QyZI6Cbuac/Z4yramTtfOC3W9ID6Bbc3VQpsFhMNGYcVQT0Bok0lEtoGgK
iL+l1I6fJzXJ8IeVGZ8bCTVZ9Z/AthyQRXj8IKFlnQlEtOIkfpAJmVyZ8pJ+c2I7
jBAeUb6cplWnlN/fh8YHmPS1TuwdzpGsM+Q0bGFy9uPJYRFH1iv6Wciu6YxTSmUB
dCq0CuirO20iwRABBooEfGT4b1kmwuySwRNkrRbZjVnsKLfDjYInVT3fapH7Wtz+
AqJRXEduBEqCOTk8S0ih/sYGc/mEze7CDWUpD/6kk4cfy7eaEacqNtSSwLYyoDMR
X9CpFaQ0
=4eHI
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: oz
Source-Version: 0.17.0-5.2
Done: Timo Röhling <[email protected]>
We believe that the bug you reported is fixed in the latest version of
oz, 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.
Timo Röhling <[email protected]> (supplier of updated oz 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: Mon, 17 Jul 2023 01:14:10 +0200
Source: oz
Architecture: source
Version: 0.17.0-5.2
Distribution: unstable
Urgency: medium
Maintainer: Simon Josefsson <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1040580
Changes:
oz (0.17.0-5.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Depend on python3-py for autopkgtest (Closes: #1040580)
Checksums-Sha1:
f160304dc1755690d65a3f17eec3561764304b4e 1848 oz_0.17.0-5.2.dsc
122d6ee83c697828491ed65c55d8c1b7eadf90d3 4804 oz_0.17.0-5.2.debian.tar.xz
Checksums-Sha256:
7eb1b905b5a64db93ecac9d46af5b678c3c5629014075cd1d3c1fdac802245bf 1848
oz_0.17.0-5.2.dsc
17e568932e107683ec9656ae3b3e84fbeb17c275496c017e612d5808752d28fd 4804
oz_0.17.0-5.2.debian.tar.xz
Files:
533f4532ec4c8053d4e258abb7db8d58 1848 python optional oz_0.17.0-5.2.dsc
7bc5981cc412a3627d89484a850f5569 4804 python optional
oz_0.17.0-5.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmS0fTkUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQ+C8H+466LVnkJgwAsYKrZyztq1f+xNSAWXPePCd9owvB
dLUht19XHs02cKcTSJojNr9NWQ90JkUib+nnWgCV6+uA0bFEzmqqSH/9ABEnfIHC
1i7/vqVb61SyOVK8TMx5mvdij07Y4ke12xN3C/20Cvr0eAqAAYTn0w90NwHVSRVq
Lw7R1auYmErwXnxyLk5E8yRU1N8HBUgpVwp/e6fEzie+OSh/DuiB3MoypD9l/7ex
jag6gdjbZFQI/z3bpHUhAQhPTk8G757lX+yMc+Jz5v7+eAYZc2u02UWwTkfQBm7t
Knro2drDgKiF+u0aBiFgFdNFb/O3Tq4hydDHKJ6lq0CQ/reCOGfY00WNKnGxGGTU
ZBEiv78hnuDAAIFhu0yPijkO4oHKSiCbSwXHj9/kJ4WqwxyM0AkddSE1v01P7BqP
cTPc02HJx7S4jhUbvVqByFUrIzKvg1a/PWMXy4HQU78AxejqRt9Ytc/U5f2W6Ryr
Y0cUFcbPSZwX7x+KlvaqN80jhzWWLj+KM6ko
=QHno
-----END PGP SIGNATURE-----
--- End Message ---