Skip to content

Commit 8a7a8f8

Browse files
committed
Add note to readme about asyncio reactor support
1 parent 319de43 commit 8a7a8f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ The plugin is available after installation and can be disabled using
3333
By default ``twisted.internet.default`` is used to install the reactor.
3434
This creates the same reactor that ``import twisted.internet.reactor``
3535
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.
4139

4240
The reactor is automatically created prior to the first test but can
4341
be explicitly installed earlier by calling

0 commit comments

Comments
 (0)