2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/e5f3e2cf9be5/ Changeset: e5f3e2cf9be5 User: hpk42 Date: 2013-12-12 06:55:05 Summary: remove unusued import Affected #: 1 file
diff -r 121888e5a1f6844e33b89731e14b50f54dc30777 -r e5f3e2cf9be53ed4b9dd263ddae9b1120dcd376d testing/test_terminal.py --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -1,7 +1,6 @@ """ terminal reporting of the full testing process. """ -import os import pytest, py import sys https://bitbucket.org/hpk42/pytest/commits/10c2993a6ba2/ Changeset: 10c2993a6ba2 User: hpk42 Date: 2013-12-12 07:30:34 Summary: don't declare py25 as supported anymore. Affected #: 1 file diff -r e5f3e2cf9be53ed4b9dd263ddae9b1120dcd376d -r 10c2993a6ba2e94a0857635af5e376dff987f2a2 setup.py --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3'] + [ ("Programming Language :: Python :: %s" % x) for x in - "2.5 2.6 2.7 3.0 3.1 3.2 3.3".split()] + "2.6 2.7 3.0 3.1 3.2 3.3".split()] long_description = open("README.rst").read() def main(): 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