Roundup Tracker - Issues

Message7988

Author rouilj
Recipients rouilj
Date 2024-04-19.03:15:40
Message-id <1713496540.28.0.443742914498.issue2551334@roundup.psfhosted.org>
In-reply-to
The test suite fails in numerous places with anydbm and sqlite backends.
Some failures are caused by string path comparisons (e.g. /tmp vs c:\tmp).
Others are because the test suite or code doesn't close open database files.
So deleting the roundup tree or clearing the database fails because you can't
delete open files on windows. Also test_liveserver.py is missing some guards
that prevent tests that require the requests modules from running if it can't
be imported.

Probably more issues as well, but this what I have so far.
History
Date User Action Args
2024-04-19 03:15:40rouiljsetrecipients: + rouilj
2024-04-19 03:15:40rouiljsetmessageid: <1713496540.28.0.443742914498.issue2551334@roundup.psfhosted.org>
2024-04-19 03:15:40rouiljlinkissue2551334 messages
2024-04-19 03:15:40rouiljcreate