dev-python/ruamel-yaml: update note in pypy3_collection_deprecation.patch

The test in question fails to produce a deprecation warning even under
pypy3.7, meaning we do not in fact implicitly assume the Gentoo pypy3
target to be 3.6.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-03-12 12:21:43 +00:00
parent c9a3f35c1e
commit 338e171e70

View File

@@ -1,8 +1,5 @@
Note that this implicitly assumes pypy3 to be compatible with CPython 3.6.
The test could in principle be more robust - but between 3.7 support
in PyPy is still being alpha-grade and the fact there will be many more
serious issues with switching the Gentoo pypy3 target to those versions,
why bother for now.
This does not produce a deprecation warning under PyPy, even pypy3.7
(last tested on 2021-03-12 using version 7.3.3-beta0).
--- a/_test/test_deprecation.py
+++ b/_test/test_deprecation.py