Skip to content

Commit 292fc61

Browse files
committed
lint
1 parent 9c8f424 commit 292fc61

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,7 @@ def prerelease(session, tests_path):
293293
def unit(session, test_type):
294294
"""Run the unit test suite."""
295295
if session.python == "3.15":
296-
session.skip(
297-
"Skipping 3.15 until wheels are available for pyarrow."
298-
)
296+
session.skip("Skipping 3.15 until wheels are available for pyarrow.")
299297

300298
# Compliance tests only run on the latest Python version
301299
if test_type == "compliance" and session.python != DEFAULT_PYTHON_VERSION:

0 commit comments

Comments
 (0)