Skip to content

Commit a633051

Browse files
committed
chore: updates nox sessions w/ setuptools to support certain dependencies
1 parent d66ac03 commit a633051

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"pytest",
5353
"pytest-cov",
5454
"pytest-asyncio",
55+
"setuptools",
5556
]
5657
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
5758
UNIT_TEST_LOCAL_DEPENDENCIES: List[str] = []
@@ -87,6 +88,7 @@
8788
"mock",
8889
"pytest",
8990
"google-cloud-testutils",
91+
"setuptools",
9092
]
9193
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
9294
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []
@@ -443,6 +445,7 @@ def compliance(session):
443445
"pytest",
444446
"pytest-rerunfailures",
445447
"google-cloud-testutils",
448+
"setuptools",
446449
"-c",
447450
constraints_path,
448451
)

0 commit comments

Comments
 (0)