2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/b47176c62f2f/ Changeset: b47176c62f2f User: jurko Date: 2014-01-18 13:11:17 Summary: update README.rst docs - pytest is compatible with Python 2.5 instead of 2.4 Affected #: 1 file
diff -r 8afb9592588abefd3ffe49d24811acf18deadfb1 -r b47176c62f2f1e2bc7d76c01e761884941d68fa9 README.rst --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ - multi-paradigm support: you can use ``py.test`` to run test suites based on `unittest <http://pytest.org/latest/unittest.html>`_ (or trial), `nose <http://pytest.org/latest/nose.html>`_ -- single-source compatibility to Python2.4 all the way up to Python3.3, +- single-source compatibility to Python2.5 all the way up to Python3.3, PyPy-1.9 and Jython-2.5.1. - many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_. https://bitbucket.org/hpk42/pytest/commits/f8cba485fb9c/ Changeset: f8cba485fb9c User: hpk42 Date: 2014-01-18 14:51:53 Summary: Merged in jurko/pytest (pull request #100) update README.rst docs - pytest is compatible with Python 2.5 instead of 2.4 Affected #: 1 file diff -r fd38769482f2636dd24f0284dd6e7fa8cb1bb2b6 -r f8cba485fb9ca6680d9ee814d094a523a8c0696d README.rst --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ - multi-paradigm support: you can use ``pytest`` to run test suites based on `unittest <http://pytest.org/latest/unittest.html>`_ (or trial), `nose <http://pytest.org/latest/nose.html>`_ -- single-source compatibility to Python2.4 all the way up to Python3.3, +- single-source compatibility to Python2.5 all the way up to Python3.3, PyPy-1.9 and Jython-2.5.1. - many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_. Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit