We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345db27 commit 2214eceCopy full SHA for 2214ece
1 file changed
tests/test_pickle_core.py
@@ -656,8 +656,8 @@ def call():
656
# If no error, print a warning (system limit may be high in CI)
657
if not errors:
658
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."
+ "Did not hit inotify instance limit; consider lowering the system limit "
+ "for CI. Test is informative and may not always fail."
661
)
662
else:
663
# If other OSErrors, fail
0 commit comments