Your message dated Fri, 08 Nov 2024 03:06:24 +0000
with message-id <e1t9fkk-002elw...@fasolo.debian.org>
and subject line Bug#1082191: fixed in pytest-testinfra 10.1.1-2
has caused the Debian Bug report #1082191,
regarding pytest-testinfra FTBFS with Python 3.13
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 ow...@bugs.debian.org
immediately.)


-- 
1082191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pytest-testinfra
Version: 10.1.1-1
Severity: normal
User: debian-pyt...@lists.debian.org
Usertags: python3.13
Forwarded: https://github.com/pytest-dev/pytest-testinfra/pull/764

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html

Log snippet:

   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
LC_ALL=C.UTF-8 LANG=C.UTF-8 dh_auto_test
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build; python3.13 -m pytest 
test
============================= test session starts ==============================
platform linux -- Python 3.13.0rc2, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: typeguard-4.3.0
collected 121 items / 1 error

==================================== ERRORS ====================================
_ ERROR collecting .pybuild/cpython3_3.13_testinfra/build/test/test_modules.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_modules.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/test_modules.py:13: in <module>
    import crypt
E   ModuleNotFoundError: No module named 'crypt'
=============================== warnings summary ===============================
test/test_backends.py:59
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_backends.py:59:
 PytestUnknownMarkWarning: Unknown pytest.mark.testinfra_hosts - is this a 
typo?  You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.testinfra_hosts(*(HOSTS + USER_HOSTS + SUDO_HOSTS + 
SUDO_USER_HOSTS))

test/test_backends.py:76
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_backends.py:76:
 PytestUnknownMarkWarning: Unknown pytest.mark.testinfra_hosts - is this a 
typo?  You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.testinfra_hosts(*HOSTS)

test/test_backends.py:102
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_backends.py:102:
 PytestUnknownMarkWarning: Unknown pytest.mark.testinfra_hosts - is this a 
typo?  You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.testinfra_hosts("ansible://debian_bookworm?force_ansible=True")

test/test_backends.py:114
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_backends.py:114:
 PytestUnknownMarkWarning: Unknown pytest.mark.testinfra_hosts - is this a 
typo?  You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.testinfra_hosts(*(USER_HOSTS + SUDO_USER_HOSTS))

test/test_backends.py:119
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_backends.py:119:
 PytestUnknownMarkWarning: Unknown pytest.mark.testinfra_hosts - is this a 
typo?  You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.testinfra_hosts(*SUDO_HOSTS)

test/test_backends.py:491
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build/test/test_backends.py:491:
 PytestUnknownMarkWarning: Unknown pytest.mark.testinfra_hosts - is this a 
typo?  You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.testinfra_hosts("docker://rockylinux9", "ssh://rockylinux9")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR test/test_modules.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
========================= 6 warnings, 1 error in 0.42s =========================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_testinfra/build; python3.13 -m pytest 
test


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/779615/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

--- End Message ---
--- Begin Message ---
Source: pytest-testinfra
Source-Version: 10.1.1-2
Done: Colin Watson <cjwat...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pytest-testinfra, 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 1082...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated pytest-testinfra 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 08 Nov 2024 02:14:11 +0000
Source: pytest-testinfra
Architecture: source
Version: 10.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1082191
Changes:
 pytest-testinfra (10.1.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove crypt lib from testing (closes: #1082191).
   * Use pybuild-plugin-pyproject.
Checksums-Sha1:
 9996dbd56ac49ab311c7a3918d315c1bc86a5496 2435 pytest-testinfra_10.1.1-2.dsc
 c421644a1561a4501aba43627718ad75ecf5b42e 3764 
pytest-testinfra_10.1.1-2.debian.tar.xz
Checksums-Sha256:
 d85290c042054762f0fbb8f9d9ba5aca442cc97b5f3326c84ca13d6b49cd09c5 2435 
pytest-testinfra_10.1.1-2.dsc
 1b9eb6bb75d1b601c28ee004159f88e0a471039dfb75f2e06bb027b30eac68a9 3764 
pytest-testinfra_10.1.1-2.debian.tar.xz
Files:
 5657b7101188787396c2e77ae1c21bce 2435 python optional 
pytest-testinfra_10.1.1-2.dsc
 d2ec3037a5decad0861ee0ca81302b73 3764 python optional 
pytest-testinfra_10.1.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmctdYAACgkQOTWH2X2G
UAt9vw/+OB7d4wWaanQlDsaMMtpFljtzQ0m3WJiPbyexTQ7APeJy4uwb8rPtB218
hdRqb6IgiGcjmUrUvtmIY8G4cNkc5dL5ovW7gfRr6S/7cMg4+NBCQeFmb3wKp4Xa
kanpjKX5157IHZFeca0DAYPdRrBL5gymHmc4yYTZaK37tDhDOwAJaTAAvtUaWeEK
rg6mDY1t3/AaHrIh8UGh/savqJt8jhggxS3f8XwgZO8pEJ2xLL32wdJQ+Mun6dTB
oz0NGfU+7C1WH52iGapm6VZ3uxeZAH88gCiI5eCJ0Gj6gMmc91dQOYsgfc2IrNTC
R5nD2WPatRpHZdmgMvyW8rf8/NryKS0DM69v1886ZEaJAksXX78TzoIy311Z8YMg
h0iYp39pJxNeSYyL1hTiTjtcLXL+8tq2JIIeosunR6lpuroVdTos+toKAvoMfKtu
0QrSbUYoBp02jitwOVfhjS1unc+Wyq9Zu6sx+BYVlcn53Kp1KCpZJwoVd/paY9dw
6m4X5HwsjE6iBWngwZIgvQqKQnbnpNXJLQ3sNkFhW12aeMtFyDvnhG85n11ac/yd
ex0berciyaWnb30zw74F4bVegHPXTY6t1rYHK7L0HLvfxXMHL7Vw56gyUFfmmK4N
vJLE4PMujm7QE2whKL91VksEIQO8wReyb+oDk4tlVCooT7VXdQQ=
=pDzg
-----END PGP SIGNATURE-----

Attachment: pgp1dZFmsLNpz.pgp
Description: PGP signature


--- End Message ---

Reply via email to