Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 807b983

Browse files
Fix dialect test for pyskip
1 parent c41d881 commit 807b983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_databases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ async def test_database_url_interface(database_url):
704704
@pytest.mark.parametrize("database_url", DATABASE_URLS)
705705
@async_adapter
706706
async def test_concurrent_access_on_single_connection(database_url):
707+
database_url = DatabaseURL(database_url)
707708
if database_url.dialect != "postgresql":
708709
pytest.skip("Test requires `pg_sleep()`")
709710

0 commit comments

Comments
 (0)