Skip to content

Commit 2214ece

Browse files
committed
style(tests): fix long lines for Ruff E501 compliance in test_pickle_core.py
1 parent 345db27 commit 2214ece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_pickle_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ def call():
656656
# If no error, print a warning (system limit may be high in CI)
657657
if not errors:
658658
pytest.skip(
659-
"Did not hit inotify instance limit; consider lowering the system limit for CI. "
660-
"Test is informative and may not always fail."
659+
"Did not hit inotify instance limit; consider lowering the system limit "
660+
"for CI. Test is informative and may not always fail."
661661
)
662662
else:
663663
# If other OSErrors, fail

0 commit comments

Comments
 (0)