Skip to content

Commit 3e64088

Browse files
authored
Update pytest_twisted.py
1 parent 9b7179f commit 3e64088

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pytest_twisted.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,10 @@ def init_twisted_greenlet():
204204
if not isinstance(threading.current_thread(), threading._MainThread):
205205
warnings.warn(
206206
(
207-
'Failed to block Twisted signal configuration due to not running in the main thread.'
208-
' See https://github.com/pytest-dev/pytest-twisted/issues/153.'
207+
1234567890123456789012345678901234567890123456789012345678901234567890123456789
208+
'Failed to block Twisted signal configuration due to not'
209+
' running in the main thread. See'
210+
' https://github.com/pytest-dev/pytest-twisted/issues/153.'
209211

210212
),
211213
RuntimeWarning,

0 commit comments

Comments
 (0)