Skip to content

Commit fc3e341

Browse files
committed
chore(bigframes): add pluggy to unit test dependencies to fix Python 3.14 failure
1 parent 5fb5053 commit fc3e341

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/bigframes/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
PYTEST_VERSION,
6262
"pytest-cov",
6363
"pytest-timeout",
64+
"pluggy",
6465
]
6566
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
6667
UNIT_TEST_DEPENDENCIES: List[str] = []

0 commit comments

Comments
 (0)