1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/413a4e645601/
Changeset: 413a4e645601
User: jurko
Date: 2014-07-17 08:35:36
Summary: remove extra parentheses - stylistic code change
Affected #: 1 file
diff -r 18e7ceb385f84be419e6edb0630bdc048727c1c7 -r
413a4e64560126df8371894e185fdf23cfa01a2d _pytest/assertion/reinterpret.py
--- a/_pytest/assertion/reinterpret.py
+++ b/_pytest/assertion/reinterpret.py
@@ -46,7 +46,7 @@
if sys.version_info > (3, 0):
AssertionError.__module__ = "builtins"
-if sys.version_info >= (2, 6) or (sys.platform.startswith("java")):
+if sys.version_info >= (2, 6) or sys.platform.startswith("java"):
from _pytest.assertion.newinterpret import interpret as reinterpret
else:
from _pytest.assertion.oldinterpret import interpret as reinterpret
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
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit