We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83baeb3 commit 24809c4Copy full SHA for 24809c4
pytest_twisted.py
@@ -204,8 +204,8 @@ def init_twisted_greenlet():
204
if not isinstance(threading.current_thread(), threading._MainThread):
205
warnings.warn(
206
(
207
- 'Failed to block Twisted signal configuration due to not'
208
- ' running in the main thread. See'
+ 'Will not attempt to block Twisted signal configuration'
+ ' since we are not running in the main thread. See'
209
' https://github.com/pytest-dev/pytest-twisted/issues/153.'
210
),
211
RuntimeWarning,
0 commit comments