mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-10-31 07:47:30 +03:00 
			
		
		
		
	Disable test_ssl_attribute on PG16+
PG15 changed the semantics of some ssl attributes (#1506), and a very similar regression test failure has now been observed again with PG16. Disable the test for now.
This commit is contained in:
		
							parent
							
								
									c96f991a8d
								
							
						
					
					
						commit
						8b17e218be
					
				|  | @ -1920,6 +1920,7 @@ class TestConnectionInfo(ConnectingTestCase): | ||||||
|             self.conn.info.ssl_attribute('wat') |             self.conn.info.ssl_attribute('wat') | ||||||
| 
 | 
 | ||||||
|     @skip_before_libpq(9, 5) |     @skip_before_libpq(9, 5) | ||||||
|  |     @skip_after_libpq(16) | ||||||
|     def test_ssl_attribute(self): |     def test_ssl_attribute(self): | ||||||
|         attribs = self.conn.info.ssl_attribute_names |         attribs = self.conn.info.ssl_attribute_names | ||||||
|         self.assert_(attribs) |         self.assert_(attribs) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user