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 3e64088 commit 83baeb3Copy full SHA for 83baeb3
pytest_twisted.py
@@ -204,11 +204,9 @@ def init_twisted_greenlet():
204
if not isinstance(threading.current_thread(), threading._MainThread):
205
warnings.warn(
206
(
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.'
211
-
212
),
213
RuntimeWarning,
214
)
0 commit comments