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 9b7179f commit 3e64088Copy full SHA for 3e64088
pytest_twisted.py
@@ -204,8 +204,10 @@ 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 running in the main thread.'
208
- ' See https://github.com/pytest-dev/pytest-twisted/issues/153.'
+1234567890123456789012345678901234567890123456789012345678901234567890123456789
+ '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.'
211
212
),
213
RuntimeWarning,
0 commit comments