Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 3fb3bd5

Browse files
committed
blocks a class with tests for content BQ does not support
1 parent 53472d7 commit 3fb3bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sqlalchemy_dialect_compliance/test_dialect_compliance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
from sqlalchemy.testing.suite.test_reflection import (
5858
BizarroCharacterTest,
5959
ComponentReflectionTest,
60+
ComponentReflectionTestExtra,
6061
HasTableTest,
6162
)
6263

@@ -615,6 +616,7 @@ def test_no_results_for_non_returning_insert(cls):
615616
pass
616617

617618

619+
del ComponentReflectionTestExtra # Multiple tests re: CHECK CONSTRAINTS, etc which
618620
del ComponentReflectionTest # Multiple tests re: CHECK CONSTRAINTS, etc which
619621
# BQ does not support
620622
# class ComponentReflectionTest(_ComponentReflectionTest):

0 commit comments

Comments
 (0)