[issue2551334] Get test suite to pass using windows python

John Rouillard <[email protected]> Fri, 19 Apr 2024 03:15:40 +0000
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from John Rouillard:

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.

----------
assignee: rouilj
components: Test
messages: 7988
nosy: rouilj
severity: normal
status: new
title: Get test suite to pass using windows python
type: behavior

_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551334>
_________________________________________________