File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,9 @@ The plugin is available after installation and can be disabled using
33
33
By default ``twisted.internet.default `` is used to install the reactor.
34
34
This creates the same reactor that ``import twisted.internet.reactor ``
35
35
would. Alternative reactors can be specified using the ``--reactor ``
36
- option.
37
-
38
- Presently only ``qt5reactor `` is supported for use with ``pyqt5 ``
39
- and ``pytest-qt ``. This `guide `_ describes how to add support for
40
- a new reactor.
36
+ option. This presently supports ``qt5reactor `` for use with ``pyqt5 ``
37
+ and ``pytest-qt `` as well as ``asyncio ``. This `guide `_ describes how to add
38
+ support for a new reactor.
41
39
42
40
The reactor is automatically created prior to the first test but can
43
41
be explicitly installed earlier by calling
You can’t perform that action at this time.
0 commit comments