Skip to content

Commit

Permalink
chore: remove need for pytest in sample (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 23, 2024
1 parent 7a47bdd commit b8799ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/system/test_asyncpg_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

# [START alloydb_sqlalchemy_connect_async_connector]
import asyncpg
import pytest
import sqlalchemy
import sqlalchemy.ext.asyncio

Expand Down Expand Up @@ -84,7 +83,6 @@ async def getconn() -> asyncpg.Connection:
# [END alloydb_sqlalchemy_connect_async_connector]


@pytest.mark.asyncio
async def test_connection_with_asyncpg() -> None:
"""Basic test to get time from database."""
inst_uri = os.environ["ALLOYDB_INSTANCE_URI"]
Expand Down

0 comments on commit b8799ea

Please sign in to comment.