We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdcecc commit 255c518Copy full SHA for 255c518
1 file changed
packages/db-dtypes/noxfile.py
@@ -294,7 +294,9 @@ def unit(session, test_type):
294
295
# Compliance tests only run on the latest Python version
296
if test_type == "compliance" and session.python != DEFAULT_PYTHON_VERSION:
297
- session.skip(f"Compliance tests are only run on the latest Python: {DEFAULT_PYTHON_VERSION}")
+ session.skip(
298
+ f"Compliance tests are only run on the latest Python: {DEFAULT_PYTHON_VERSION}"
299
+ )
300
301
default(session, os.path.join("tests", test_type))
302
0 commit comments