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

Commit a9881fa

Browse files
committed
updates extras in several sessions & lists additional Python ver.
1 parent a00b378 commit a9881fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Running System Tests
148148

149149
.. note::
150150

151-
System tests are only configured to run under Python 3.12, and 3.13.
151+
System tests are only configured to run under Python 3.9, 3.12, and 3.13.
152152
For expediency, we do not run them in older versions of Python 3.
153153

154154
This alone will not run the tests. You'll need to change some local

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def compliance(session):
427427
constraints_path,
428428
)
429429
if session.python in ["3.12", "3.13"]:
430-
extras = "[tests,geography]"
430+
extras = "[tests,geography,alembic]"
431431
else:
432432
extras = "[tests]"
433433
session.install("-e", f".{extras}", "-c", constraints_path)

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# ----------------------------------------------------------------------------
3131
extras = ["tests"]
3232
extras_by_python = {
33+
"3.9": ["tests", "alembic", "bqstorage"],
3334
"3.11": ["tests", "geography", "bqstorage"],
3435
"3.12": ["tests", "geography", "bqstorage"],
3536
"3.13": ["tests", "geography", "bqstorage"],

0 commit comments

Comments
 (0)