Roundup Tracker - Issues

Message7665

Author schlatterbeck
Recipients rouilj, schlatterbeck
Date 2022-11-23.06:34:01
Message-id <1669185241.21.0.230953058311.issue2551242@roundup.psfhosted.org>
In-reply-to
Where is the 'mock' module supposed to come from?
Not found with Debian oldstable (Python3.7) and Debian stable (Python3.9)

=================================== FAILURES ===================================
____________________ Get_IndexerTest.test_native_autoselect ____________________

self = <test.test_indexer.Get_IndexerTest testMethod=test_native_autoselect>

    def test_native_autoselect(self):
>       import mock, sys
E       ModuleNotFoundError: No module named 'mock'

test/test_indexer.py:290: ModuleNotFoundError
=========================== short test summary info ============================
FAILED test/test_indexer.py::Get_IndexerTest::test_native_autoselect - Module...
History
Date User Action Args
2022-11-23 06:34:01schlatterbecksetrecipients: + schlatterbeck, rouilj
2022-11-23 06:34:01schlatterbecksetmessageid: <1669185241.21.0.230953058311.issue2551242@roundup.psfhosted.org>
2022-11-23 06:34:01schlatterbecklinkissue2551242 messages
2022-11-23 06:34:01schlatterbeckcreate