-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PyPy datetime mock issue and extension test issue
PR #3083 * Don't test C reify when testing with no extensions * Skip test_access_logger_atoms under PyPy It fails because PyPy, unlike CPython, has pure-python implementation of datetime and when it's patched, it fails on isinstance check in magic methods. Ref: https://bitbucket.org/pypy/pypy/issues/1187/call-to-isinstance-in-__sub__-self-other Ref: celery/celery#811 Ref: https://stackoverflow.com/a/46102240/595220 * Disallow PyPy3 failures * Don't test C-reify under PyPy * Don't run test_warning_checks under PyPy * Expect different outcome for PyPy + ASYNCIODEBUG
- Loading branch information
Showing
3 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters