aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-06-03 11:54:05 -0400
committerKhem Raj <raj.khem@gmail.com>2021-06-04 07:08:13 -0700
commiteada1065ae51a0f47dcbe50714972cf6c6efa8ad (patch)
tree53662cd80eb1eeb1ca3b1435256b96718dc0b689 /meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
parent3018b3af38f5dc5681c58929c2cd8b0f1321c02a (diff)
downloadmeta-openembedded-contrib-eada1065ae51a0f47dcbe50714972cf6c6efa8ad.tar.gz
python3-yarl: backport fix for test_url_query test
python3-yarl 1.6.3 still tests semicolons as URL separators, but this test has been removed in master to avoid failures due to upstream Python no longer supporting them by default. See: https://bugs.python.org/issue42967 https://github.com/aio-libs/yarl/issues/563 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
index 01682a46d4..e0e2626466 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb
@@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b4
SRC_URI += " \
file://run-ptest \
+ file://0001-Drop-tests-for-semicolon-as-a-separator.patch \
"
PYPI_PACKAGE = "yarl"