Your message dated Mon, 19 Feb 2024 19:34:24 +0000
with message-id <[email protected]>
and subject line Bug#1064241 fixed in tryton-server
has caused the Debian Bug report #1064241,
regarding tryton-server: please remove extraneous dependency on obsolete
python3-mock
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.)
--
1064241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064241
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tryton-server
Version: 6.0.39-1
Severity: normal
Hi,
python3-mock is an obsolete library that has been merged
into the standard library since Python3.3 as unittest.mock;
we are slowly trying to get the distribution rid of it.
Greetings,
Alexandre
$ grep mock -r
debian/control: python3-mock, --------------->
Please remove this one line
trytond/tests/test_bus.py:from unittest.mock import patch
trytond/tests/test_filestore.py:from unittest.mock import patch
trytond/tests/test_ir.py:from unittest.mock import Mock, patch, ANY
trytond/tests/test_modelsql.py:from unittest.mock import patch, call
trytond/tests/test_modelview.py:from unittest.mock import patch
trytond/tests/test_mptt.py:from unittest.mock import patch
trytond/tests/test_rpc.py:from unittest.mock import Mock, DEFAULT, call
trytond/tests/test_rpc.py: obj.reset_mock()
trytond/tests/test_rpc.py: obj.reset_mock()
trytond/tests/test_rpc.py: obj.reset_mock()
trytond/tests/test_sendmail.py:from unittest.mock import ANY, Mock, MagicMock,
patch, call
trytond/tests/test_sendmail.py: server.reset_mock()
trytond/tests/test_transaction.py:from unittest.mock import Mock
trytond/tests/test_transaction.py: dm.reset_mock()
trytond/tests/test_transaction.py: dm.reset_mock()
trytond/tests/test_tryton.py:import unittest.mock
trytond/tests/test_tryton.py: unittest.mock.patch.stopall()
trytond/tests/test_user.py:from unittest.mock import patch, ANY, Mock
trytond/tests/test_wsgi.py:from unittest.mock import Mock, sentinel
--- End Message ---
--- Begin Message ---
Hello,
Bug #1064241 in tryton-server reported by you has been fixed in the Git
repository.
You can see the commit message below and you can check the diff of the fix at:
https://salsa.debian.org/tryton-team/tryton-server/-/commit/f78b7c417d21a5d78427f28a36358fc91cf91d45
------------------------------------------------------------------------
Remove python3-mock from Build-Depends (Closes: #1064241).
python3-mock has been merged into the standard library since
Python3.3 as unittest.mock.
Thanks to Alexandre Detiste for the hint.
------------------------------------------------------------------------
(this message was generated automatically)
--
Greetings
https://bugs.debian.org/1064241
--- End Message ---