Skip to content

Commit 02cb2d8

Browse files
committed
Note deprecations in readme
1 parent 28c28ec commit 02cb2d8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,16 @@ corotwine work with pytest-twisted::
9898
protocol.MAIN = twisted_greenlet
9999

100100

101-
That's all.
101+
That's (almost) all.
102+
103+
============
104+
Deprecations
105+
============
106+
107+
``pytest.blockon``
108+
Use ``pytest_twisted.blockon``
109+
``pytest.inlineCallbacks``
110+
Use ``pytest_twisted.inlineCallbacks``
102111

103112

104113
.. |PyPI| image:: https://img.shields.io/pypi/v/pytest-twisted.svg

0 commit comments

Comments
 (0)