Your message dated Tue, 09 Jul 2024 08:40:27 +0000
with message-id <e1sr6oh-0099qj...@fasolo.debian.org>
and subject line Bug#1073457: fixed in python-requests-mock 1.12.1-1
has caused the Debian Bug report #1073457,
regarding python-requests-mock: FTBFS: tests failed
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.)


-- 
1073457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-requests-mock
Version: 1.11.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; set -x ; for pyvers in `py3versions -vr 2>/dev/null` ; do \
>       PYTHONPATH=. python$pyvers -m pytest -v tests -k 'not test_simple and 
> not test_one'; \
> done
> + py3versions -vr
> + PYTHONPATH=. python3.12 -m pytest -v tests -k not test_simple and not 
> test_one
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 -- 
> /usr/bin/python3.12
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>
> collecting ... collected 5 items / 8 errors / 2 deselected / 3 selected
> 
> ==================================== ERRORS 
> ====================================
> ____________________ ERROR collecting tests/test_adapter.py 
> ____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'SessionAdapterTests' object has no attribute 'runTest'. 
> Did you mean: 'subTest'?
> ________________ ERROR collecting tests/test_custom_matchers.py 
> ________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'CustomMatchersTests' object has no attribute 'runTest'. 
> Did you mean: 'subTest'?
> ____________________ ERROR collecting tests/test_fixture.py 
> ____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'MockingTests' object has no attribute 'runTest'. Did you 
> mean: 'subTest'?
> ____________________ ERROR collecting tests/test_matcher.py 
> ____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'TestMatcher' object has no attribute 'runTest'. Did you 
> mean: 'subTest'?
> ____________________ ERROR collecting tests/test_mocker.py 
> _____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'MockerTests' object has no attribute 'runTest'. Did you 
> mean: 'subTest'?
> ____________________ ERROR collecting tests/test_mocker.py 
> _____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'MockerHttpMethodsTests' object has no attribute 
> 'runTest'. Did you mean: 'subTest'?
> ____________________ ERROR collecting tests/test_request.py 
> ____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'RequestTests' object has no attribute 'runTest'. Did you 
> mean: 'subTest'?
> ___________________ ERROR collecting tests/test_response.py 
> ____________________
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'ResponseTests' object has no attribute 'runTest'. Did 
> you mean: 'subTest'?
> =========================== short test summary info 
> ============================
> ERROR tests/test_adapter.py::SessionAdapterTests - AttributeError: 
> 'SessionAd...
> ERROR tests/test_custom_matchers.py::CustomMatchersTests - AttributeError: 
> 'C...
> ERROR tests/test_fixture.py::MockingTests - AttributeError: 'MockingTests' 
> ob...
> ERROR tests/test_matcher.py::TestMatcher - AttributeError: 'TestMatcher' 
> obje...
> ERROR tests/test_mocker.py::MockerTests - AttributeError: 'MockerTests' 
> objec...
> ERROR tests/test_mocker.py::MockerHttpMethodsTests - AttributeError: 
> 'MockerH...
> ERROR tests/test_request.py::RequestTests - AttributeError: 'RequestTests' 
> ob...
> ERROR tests/test_response.py::ResponseTests - AttributeError: 
> 'ResponseTests'...
> !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ======================= 2 deselected, 8 errors in 0.44s 
> ========================
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 2


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/python-requests-mock_1.11.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-requests-mock
Source-Version: 1.12.1-1
Done: Thomas Goirand <z...@debian.org>

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-requests-mock 
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: Tue, 09 Jul 2024 01:15:53 +0200
Source: python-requests-mock
Architecture: source
Version: 1.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1073457
Changes:
 python-requests-mock (1.12.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch to pybuild.
   * Use setuptools-scm.
   * add-packages-to-setuptools.patch.
   * Build-Depends on testtools >= 2.7.2 (Closes: #1073457).
Checksums-Sha1:
 0acd0a4478ed44fa4d79f4d9541233af1d65115f 2572 python-requests-mock_1.12.1-1.dsc
 18ccc9a3633416cde27c4ef70a145cd5d6b07f62 47260 
python-requests-mock_1.12.1.orig.tar.xz
 e22584def565555ef1952e38b6f8e01a91faad29 4852 
python-requests-mock_1.12.1-1.debian.tar.xz
 dbc23007a6b5dd540f4a33caa05ce0d67f6bd4c7 8885 
python-requests-mock_1.12.1-1_amd64.buildinfo
Checksums-Sha256:
 2b468e0f4e8bb3d89e2aeef38de84402f111026b3b2793473b07ce5dff0b8e73 2572 
python-requests-mock_1.12.1-1.dsc
 d0936fff4d74775b0da6590e8313d45ccfda9ea57ea3a8fc76b5de268f3f14d1 47260 
python-requests-mock_1.12.1.orig.tar.xz
 561dc9ca98bb93b7dda98b70d806046b9c542ba2a644163c7035236cf54cbc9c 4852 
python-requests-mock_1.12.1-1.debian.tar.xz
 61aa0aa1f00d1350013ea44ebcb6808e6eb78cfd466c454d0809477f109ebe52 8885 
python-requests-mock_1.12.1-1_amd64.buildinfo
Files:
 435a99a5f10ca0ddae0d0cb311fe8e1a 2572 python optional 
python-requests-mock_1.12.1-1.dsc
 e885ca42b85b27694770a1c420afc909 47260 python optional 
python-requests-mock_1.12.1.orig.tar.xz
 dca530cc26b05dd04e2670aad2feaf9d 4852 python optional 
python-requests-mock_1.12.1-1.debian.tar.xz
 6454f14202aca869f5b19436f26aa775 8885 python optional 
python-requests-mock_1.12.1-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmaM7IYACgkQ1BatFaxr
Q/6bSBAAmJV0H7v41uPe1aA21e6tSrSU5kMzuJqLF5OjIU1BKpU8FjMM4isMK9j0
WuXdJyFgj6/oaukyIMsaFsCN2n12shWzHg+FCQFVwNb1bBMTNj4BDJtC421yKPpz
rMa8BSxvUyIKZEruBU5n91P060w6WqcW9nbw2e3DIn4hMlgy5sscQQv9iO3F6F9P
jDFCMZSIfBvpHm+kFFrJhVM4siWa3qum9yVASugw1tHuj+5icTDm5L4cyxtZBckr
Ge8bQoIetev3XMm6tsdSIFsNVc0TnRZLsarwa9mWsH1wZBq322NNSqBfO3AwQ4bu
KwpqAYTej/Yxo+NrcFgz3yG71u97p3z/uJBmJT2rsIzTd2NMqhYQnbBrKwo8k/kj
m5J/gko+WfK2V4hI4q804teFjcgfN6E+Zf5XRvFLk0YiYtRxvxlJ+LAe+mYi01i9
R9wxL3JPpau1QLyT46dOg5u/2qri0iLnytiyXiYZHKUWUkyDukkfSyz/KeBU/wck
fFo6UcMdhpehdgUs+DBeNkAyw1rqe6FWbGtmEKV3DB9MFNxLtgs9mEWtHBVdobj1
4iQ8TgN0hUPWNRESjH1fw360cde3FKvV9vZQ4eBCzbbmSXcruk34P2yO6slQyckO
rmMp/E9gmS1Tgl/tk4oJL6CRlJA1UeqPU7sXdYzgB0NpYOfdgtU=
=mV27
-----END PGP SIGNATURE-----

Attachment: pgpvRLvPkgFqC.pgp
Description: PGP signature


--- End Message ---

Reply via email to