Your message dated Sat, 15 Oct 2016 19:24:15 +0000
with message-id <e1bvuz5-0008cl...@franck.debian.org>
and subject line Bug#835241: fixed in pytest-mock 1.2-1
has caused the Debian Bug report #835241,
regarding pytest-mock: FTBFS against pytest 3.0.0
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.)


-- 
835241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pytest-mock
Version: 1.1-1
Severity: important
Tags: sid stretch
Usertags: pytest3.0.0

During a test build against pytest 3.0.0 from experimental pytest-mock failed to
build:
| PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x" 
dh_auto_test
| I: pybuild base:184: python2.7 -m pytest -v -x
| ============================= test session starts 
==============================
| platform linux2 -- Python 2.7.12+, pytest-3.0.0, py-1.4.31, pluggy-0.3.1 -- 
/usr/bin/python2.7
| cachedir: .cache
| rootdir: /<<PKGBUILDDIR>>, inifile: 
| plugins: mock-1.1
| collecting ... collected 39 items
|
| test_pytest_mock.py::test_mock_patches[mock_fs0] PASSED
| test_pytest_mock.py::test_mock_patches[mock_fs1] PASSED
| test_pytest_mock.py::test_mock_patches[mock_fs2] PASSED
| test_pytest_mock.py::test_mock_patch_dict PASSED
| test_pytest_mock.py::test_mock_fixture_is_deprecated PASSED
| test_pytest_mock.py::test_deprecated_mock PASSED
| test_pytest_mock.py::test_mocker_aliases[MagicMock] PASSED
| test_pytest_mock.py::test_mocker_aliases[PropertyMock] PASSED
| test_pytest_mock.py::test_mocker_aliases[Mock] PASSED
| test_pytest_mock.py::test_mocker_aliases[call] PASSED
| test_pytest_mock.py::test_mocker_aliases[ANY] PASSED
| test_pytest_mock.py::test_mocker_resetall PASSED
| test_pytest_mock.py::TestMockerStub::test_call PASSED
| test_pytest_mock.py::TestMockerStub::test_repr_with_no_name PASSED
| test_pytest_mock.py::TestMockerStub::test_repr_with_name PASSED
| test_pytest_mock.py::TestMockerStub::test_failure_message_with_no_name FAILED
|
| =================================== FAILURES 
===================================
| _______________ TestMockerStub.test_failure_message_with_no_name 
_______________
|
| self = <test_pytest_mock.TestMockerStub instance at 0x7f2788a1bef0>
| mocker = <pytest_mock.MockFixture object at 0x7f27889a08d0>
|
|     def test_failure_message_with_no_name(self, mocker):
| >       self.__test_failure_message(mocker)
|
| test_pytest_mock.py:182: 
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 
|
| self = <test_pytest_mock.TestMockerStub instance at 0x7f2788a1bef0>
| mocker = <pytest_mock.MockFixture object at 0x7f27889a08d0>, kwargs = {}
| expected_name = 'mock', expected_message = 'Expected call: mock()\nNot called'
| stub = <MagicMock spec='function' id='139807772248464'>
| exc_info = <ExceptionInfo AssertionError tblen=3>
| @py_assert1 = AssertionError('Expected call: mock()\nNot called',)
|
|     def __test_failure_message(self, mocker, **kwargs):
|         expected_name = kwargs.get('name') or 'mock'
|         expected_message = 'Expected call: {0}()\nNot 
called'.format(expected_name)
|         stub = mocker.stub(**kwargs)
|         with pytest.raises(AssertionError) as exc_info:
|             stub.assert_called_with()
| >       assert exc_info.value.msg == expected_message
| E       AttributeError: 'exceptions.AssertionError' object has no attribute 
'msg'
|
| test_pytest_mock.py:179: AttributeError
| !!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures 
!!!!!!!!!!!!!!!!!!!!
| ===================== 1 failed, 15 passed in 0.25 seconds 
======================
| E: pybuild pybuild:276: test: plugin custom failed with: exit code=2: 
python2.7 -m pytest -v -x

For a full build log see
https://people.debian.org/~sramacher/logs/pytest3.0.0/pytest-mock_amd64.log.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: pytest-mock
Source-Version: 1.2-1

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

Debian distribution maintenance software
pp.
Vincent Bernat <ber...@debian.org> (supplier of updated pytest-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: Sat, 15 Oct 2016 20:58:02 +0200
Source: pytest-mock
Binary: python-pytest-mock python3-pytest-mock
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Vincent Bernat <ber...@debian.org>
Description:
 python-pytest-mock - thin-wrapper around mock for easier use with py.test 
(Python 2 mo
 python3-pytest-mock - thin-wrapper around mock for easier use with py.test 
(Python 3 mo
Closes: 835241
Changes:
 pytest-mock (1.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Patch to add support for pytest3. This also requires a recent version
     of python{,3}-pytest. Closes: #835241.
Checksums-Sha1:
 32a57023629aee8932a4b7ff3c33cd40aaf64327 2190 pytest-mock_1.2-1.dsc
 179568a82c1107fbfbd799e2887c17ee59dec834 11527 pytest-mock_1.2.orig.tar.gz
 17c37dadef0a6f3a244ba24598765a9f992f85e4 2860 pytest-mock_1.2-1.debian.tar.xz
 f3dd676c2720a8283bd78487ea2b7c34f33f0c43 11316 python-pytest-mock_1.2-1_all.deb
 f78bc2c48e870bbb3992ca4509d21cffaf5e8f23 8258 python3-pytest-mock_1.2-1_all.deb
Checksums-Sha256:
 e7ceb80ecdfdcc0f1de395976005b1b22a80e74c97cb18def845275dc11e29b4 2190 
pytest-mock_1.2-1.dsc
 338017ed688e5fc59bfff6d5e0d3c80ba7e76d9d99f9fa823e89fdacf496060a 11527 
pytest-mock_1.2.orig.tar.gz
 5aefce1228d2d06ba42d0497d7a69ec4ae3d3fdf1ec7efc1f3d1719036b7113e 2860 
pytest-mock_1.2-1.debian.tar.xz
 0755532b04443cb7f3b29204b80d08e985b10b8e40811315b45eb0ecaee8379c 11316 
python-pytest-mock_1.2-1_all.deb
 897f58cc9dbab69529c0e5e199fb9b3b88932a8d4c19bf55ea091dff2a6767e5 8258 
python3-pytest-mock_1.2-1_all.deb
Files:
 974f9a5b29d344d1b3b7042e431d5bfe 2190 python optional pytest-mock_1.2-1.dsc
 eb698ccc0003b8f2334801c86d629bbb 11527 python optional 
pytest-mock_1.2.orig.tar.gz
 c35b2340cbfd7f084a5e8f608688b0c3 2860 python optional 
pytest-mock_1.2-1.debian.tar.xz
 db00b1d38eb9a6d10344954de44a9f6e 11316 python optional 
python-pytest-mock_1.2-1_all.deb
 5bb63b6999af1e98e06290954928f731 8258 python optional 
python3-pytest-mock_1.2-1_all.deb

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

iQIuBAEBCAAZBQJYAn3tEhxiZXJuYXRAZGViaWFuLm9yZwAKCRCVpC/oNTUl+YGj
D/dtRr9VXQ3NYDT3dPb2K77CYrwY3xPgH05S+cAswf+WET1/WACjxHjQ6mWVuF15
e4jhP/pDf8Tz+I2iLiI8J49uNlBu6QSzGQpFSDqwtGJwlVv57j1z5k7AaxvZMcxb
E1HHQjNO1NRs5h6ThQ1mzvokiTIanWMiXdJNnZNAOftRy0gJeEcFjud84dua7UWQ
4Qv55CkxtK4wE9fuadZm5XQPrdbq6vp6FLLWykDd4ddxrUcx8tMT1I+3tFXD+t7W
RzUShIUevDNmtXC0zhZNCoM0rQVLOJJQGXDU/u61icRc4hxFwnhjHXUnR4Rhby8i
JQBags5zreHLPw6EFEPh5pLjyAKdGWNdjC54eVlQojuVeRjPYVIlVLli4Mtt9xQz
fkrS6LZuim7zSEEnFqWsSIXLO8pT2CD0rpp4k/SB49QnRlSCxxPQbAprKr4pjHnj
c4+mSMrZfDJyYIVE8Jz0eru1KgKHDf5eUgfN4sSRYHf7rz0BTLUTQ7vp/RMenXIQ
GFbuBndr2q2pSAr3UffcJ8SAhPN+lck1k5daVC+Rqwn2/SyUOZfSOcwaBlgH5dme
vouCtrYTgZVetFTkSYaCjsMc44ykVZNjzzpYd0ODz6iPqE5sa8/jkL1CildAKgOL
Kc87eIzbVEXDFSBJwVbf/ir2nwmOQV8Se+Uj7GdrGcpv
=8soD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to