Skip to content

Commit ae5542d

Browse files
Fix integration tests
1 parent 2a1bb4e commit ae5542d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def pytest_collection_modifyitems(items):
4343
async_connect_to_aura_items.append(item)
4444
elif directory == "sync_":
4545
sync_connect_to_aura_items.append(item)
46+
elif "test_typing" in item.name:
47+
continue
4648
else:
4749
if directory == "async_":
4850
async_items.append(item)

0 commit comments

Comments
 (0)