Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.7
Changeset: r98616:98cbf9a6e204
Date: 2020-01-31 21:22 +0100
http://bitbucket.org/pypy/pypy/changeset/98cbf9a6e204/
Log: skip cpython only test
diff --git a/lib-python/3/test/test_coroutines.py
b/lib-python/3/test/test_coroutines.py
--- a/lib-python/3/test/test_coroutines.py
+++ b/lib-python/3/test/test_coroutines.py
@@ -2276,6 +2276,7 @@
finally:
sys.set_coroutine_origin_tracking_depth(orig_depth)
+ @support.cpython_only # pypy has this function in _warnings
def test_unawaited_warning_when_module_broken(self):
# Make sure we don't blow up too bad if
# warnings._warn_unawaited_coroutine is broken somehow (e.g. because
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit