1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/2cd4476cf643/ Changeset: 2cd4476cf643 User: hpk42 Date: 2014-01-22 13:54:25 Summary: remove superflous line Affected #: 1 file
diff -r 2c70f1b3ee817c7945a7ebd3a671a777f97f8c91 -r 2cd4476cf6433894acfc0448dc68132368143c3c _pytest/config.py --- a/_pytest/config.py +++ b/_pytest/config.py @@ -817,7 +817,6 @@ raise KeyError(name) return val except KeyError: - import pytest py.test.skip("no %r value found" %(name,)) def exists(path, ignore=EnvironmentError): 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