Skip to content

Commit 4c9ccd1

Browse files
authored
Merge pull request #69 from pytest-dev/py2-plans
Py2 plans
2 parents c4691e5 + 30453c0 commit 4c9ccd1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ pytest-twisted is a plugin for pytest, which allows to test code,
1717
which uses the twisted framework. test functions can return Deferred
1818
objects and pytest will wait for their completion with this plugin.
1919

20+
21+
Python 2 support plans
22+
======================
23+
24+
At some point it may become impractical to retain Python 2 support.
25+
Given the small size and very low amount of development it seems
26+
likely that this will not be a near term issue. While I personally
27+
have no need for Python 2 support I try to err on the side of being
28+
helpful so support will not be explicitly removed just to not have to
29+
think about it. If major issues are reported and neither myself nor
30+
the community have time to resolve them then options will be
31+
considered.
32+
33+
2034
Installation
2135
==================
2236
Install the plugin with::

0 commit comments

Comments
 (0)