We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f154ce commit 6d1eb61Copy full SHA for 6d1eb61
packages/pandas-gbq/noxfile.py
@@ -235,7 +235,9 @@ def default(session):
235
def unit(session):
236
"""Run the unit test suite."""
237
if session.python not in UNIT_TEST_PYTHON_VERSIONS:
238
- session.skip(f"Testing of Python runtime {session.python} skipped because it's not in {UNIT_TEST_PYTHON_VERSIONS}")
+ session.skip(
239
+ f"Testing of Python runtime {session.python} skipped because it's not in {UNIT_TEST_PYTHON_VERSIONS}"
240
+ )
241
default(session)
242
243
0 commit comments