summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-03-12 12:21:43 +0000
committerMarek Szuba <marecki@gentoo.org>2021-03-12 16:14:08 +0000
commit338e171e7008a8e3fdc2d7677de96b3b2da9e430 (patch)
tree9d47f8c0066599e71145ea8742db950edab4e98f /dev-python/ruamel-yaml
parentnet-libs/xrootd-ceph: bump to 5.1.1 (diff)
downloadgentoo-338e171e7008a8e3fdc2d7677de96b3b2da9e430.tar.gz
gentoo-338e171e7008a8e3fdc2d7677de96b3b2da9e430.tar.bz2
gentoo-338e171e7008a8e3fdc2d7677de96b3b2da9e430.zip
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>
Diffstat (limited to 'dev-python/ruamel-yaml')
-rw-r--r--dev-python/ruamel-yaml/files/ruamel-yaml-0.16.13-pypy3_collection_deprecation.patch7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/ruamel-yaml/files/ruamel-yaml-0.16.13-pypy3_collection_deprecation.patch b/dev-python/ruamel-yaml/files/ruamel-yaml-0.16.13-pypy3_collection_deprecation.patch
index 9f7be2676ec8..15d00625b68e 100644
--- a/dev-python/ruamel-yaml/files/ruamel-yaml-0.16.13-pypy3_collection_deprecation.patch
+++ b/dev-python/ruamel-yaml/files/ruamel-yaml-0.16.13-pypy3_collection_deprecation.patch
@@ -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