We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0090d4 commit bf2d2feCopy full SHA for bf2d2fe
graphdatascience/tests/integration/conftest.py
@@ -45,7 +45,7 @@ def runner(neo4j_driver: Driver) -> Neo4jQueryRunner:
45
46
47
@pytest.fixture(scope="package", autouse=False)
48
-def auradb_runner() -> Neo4jQueryRunner:
+def auradb_runner() -> Generator[Neo4jQueryRunner, None, None]:
49
driver = GraphDatabase.driver(AURA_DB_URI, auth=AURA_DB_AUTH)
50
51
_runner = Neo4jQueryRunner(driver)
0 commit comments