mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-29 04:13:43 +03:00
Skip password encryption test if libpq < 10
This commit is contained in:
parent
1dd8c7435f
commit
6bbfce7b89
|
@ -1432,6 +1432,7 @@ class TestEncryptPassword(ConnectingTestCase):
|
||||||
scope=self.conn, algorithm='md5'),
|
scope=self.conn, algorithm='md5'),
|
||||||
'md594839d658c28a357126f105b9cb14cfc')
|
'md594839d658c28a357126f105b9cb14cfc')
|
||||||
|
|
||||||
|
@skip_before_libpq(10)
|
||||||
@skip_before_postgres(10)
|
@skip_before_postgres(10)
|
||||||
def test_encrypt_server(self):
|
def test_encrypt_server(self):
|
||||||
cur = self.conn.cursor()
|
cur = self.conn.cursor()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user