The test case in the file ipsilon/providers/saml2/sessions.py contains this:
factory = SAMLSessionFactory('/tmp/saml2sessions.sqlite')
Presumably, you can just use ":memory:" instead of a file in /tmp. Note that in order to be race-free, SQLite databases need to reside in directories which are not world-writable (so /tmp is not a proper place, even if you use mkstemp).
":memory:"
/tmp
mkstemp
This issue ticket was originally removed from the tracker as it clashed with the pull request. See upstream ticket for migration details.
Metadata Update from @t0xic0der: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)