annotate test/__init__.py @ 7841:673bb9cb41b4

test: fix ImportError if psycopg2 not installed test_postgresql was reaching into roundup.backends.back_postgresql before checking to see if psycopg2 was available. Move the (partly duplicated) import inside the guard so it imports only if psycopg2 is available.
author John Rouillard <rouilj@ieee.org>
date Tue, 26 Mar 2024 22:35:24 -0400
parents f63aa57386b0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1873
f63aa57386b0 Backend improvements.
Richard Jones <richard@users.sourceforge.net>
parents: 1797
diff changeset
1 # make this dir a package

Roundup Issue Tracker: http://roundup-tracker.org/