Kevin Duffy <[email protected]> added the comment: Whoops, forgot my test patch. Here is the run without my datetime.py patch:
========================================================================================================================================================================== short test summary info ========================================================================================================================================================================== FAIL test_datetime.py::test_astimezone_eq FAIL test_datetime.py::test_time_cmp_eq FAIL test_datetime.py::test_datetime_sub_eq ==================================================================================================================================================================== 3 failed, 12 passed in 0.13 seconds ==================================================================================================================================================================== And with the patch: ../../../pytest.py test_datetime.py ============================================================================================================================================================================ test session starts ============================================================================================================================================================================ platform darwin -- Python 2.7.6 -- pytest-2.2.4.dev2 pytest-2.2.4.dev2 from /Users/kduffy/code/pypy/pytest.pyc collected 15 items test_datetime.py ............... ========================================================================================================================================================================= 15 passed in 0.10 seconds ========================================================================================================================================================================= Attached a cumulative patch ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1662> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
