We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a10ac commit 21b3613Copy full SHA for 21b3613
1 file changed
tests/conftest.py
@@ -271,7 +271,6 @@ def test_datasets(datastore_client):
271
def engine(test_datasets):
272
os.environ["DATASTORE_EMULATOR_HOST"] = "localhost:8081"
273
engine = create_engine(f"datastore://{TEST_PROJECT}", echo=True)
274
- # Base.metadata.create_all(engine) # Create tables (kinds) - Not needed for Datastore
275
return engine
276
277
0 commit comments