Skip to content

Commit 5e6e614

Browse files
committed
revert sqlalchemy-* packages due to failing tests
1 parent fa90260 commit 5e6e614

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"3.12",
5151
"3.13",
5252
"3.14",
53-
"3.15",
5453
]
5554
ALL_PYTHON = list(UNIT_TEST_PYTHON_VERSIONS)
5655
UNIT_TEST_STANDARD_DEPENDENCIES = [

packages/sqlalchemy-bigquery/testing/constraints-3.15.txt

Whitespace-only changes.

packages/sqlalchemy-spanner/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class = StreamHandler
124124
"sqlalchemy>=2.0",
125125
]
126126

127-
UNIT_TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
127+
UNIT_TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]
128128
ALL_PYTHON = list(UNIT_TEST_PYTHON_VERSIONS)
129129
SYSTEM_TEST_PYTHON_VERSIONS = ["3.12"]
130130
SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS = ["3.12", "3.14"]

0 commit comments

Comments
 (0)