Skip to content

Commit 24809c4

Browse files
authored
Update warning comment
1 parent 83baeb3 commit 24809c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_twisted.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ 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'
208-
' running in the main thread. See'
207+
'Will not attempt to block Twisted signal configuration'
208+
' since we are not running in the main thread. See'
209209
' https://github.com/pytest-dev/pytest-twisted/issues/153.'
210210
),
211211
RuntimeWarning,

0 commit comments

Comments
 (0)