diff options
Diffstat (limited to 'tests/test_replication.py')
-rwxr-xr-x | tests/test_replication.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_replication.py b/tests/test_replication.py index d03c656..444dd11 100755 --- a/tests/test_replication.py +++ b/tests/test_replication.py @@ -27,7 +27,8 @@ from psycopg2.extras import ( PhysicalReplicationConnection, LogicalReplicationConnection, StopReplication) import testconfig -from testutils import unittest, ConnectingTestCase +import unittest +from testutils import ConnectingTestCase from testutils import skip_before_postgres, skip_if_green skip_repl_if_green = skip_if_green("replication not supported in green mode") |