Skip to content

Commit 83baeb3

Browse files
authored
Update pytest_twisted.py
1 parent 3e64088 commit 83baeb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytest_twisted.py

-2
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,9 @@ def init_twisted_greenlet():
204204
if not isinstance(threading.current_thread(), threading._MainThread):
205205
warnings.warn(
206206
(
207-
1234567890123456789012345678901234567890123456789012345678901234567890123456789
208207
'Failed to block Twisted signal configuration due to not'
209208
' running in the main thread. See'
210209
' https://github.com/pytest-dev/pytest-twisted/issues/153.'
211-
212210
),
213211
RuntimeWarning,
214212
)

0 commit comments

Comments
 (0)