summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-16 19:37:29 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-16 19:38:05 +0100
commitf580c35947fac3dc7d48795941be7e61660699f1 (patch)
tree9c966f4ad9935b18fd57a17e344c6f4f86147d4e /dev-python/vcrpy/vcrpy-6.0.1.ebuild
parentdev-python/confusable-homoglyphs: add github upstream metadata (diff)
downloadgentoo-f580c35947fac3dc7d48795941be7e61660699f1.tar.gz
gentoo-f580c35947fac3dc7d48795941be7e61660699f1.tar.bz2
gentoo-f580c35947fac3dc7d48795941be7e61660699f1.zip
dev-python/vcrpy: Fix compatibility with patched httpbin
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vcrpy/vcrpy-6.0.1.ebuild')
-rw-r--r--dev-python/vcrpy/vcrpy-6.0.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/vcrpy/vcrpy-6.0.1.ebuild b/dev-python/vcrpy/vcrpy-6.0.1.ebuild
index 6e8afec2a509..257bac69d0b4 100644
--- a/dev-python/vcrpy/vcrpy-6.0.1.ebuild
+++ b/dev-python/vcrpy/vcrpy-6.0.1.ebuild
@@ -38,6 +38,11 @@ BDEPEND="
distutils_enable_tests pytest
+PATCHES=(
+ # https://github.com/kevin1024/vcrpy/pull/823
+ "${FILESDIR}/${P}-httpbin-compat.patch"
+)
+
python_test() {
local EPYTEST_DESELECT=(
# these tests are failing with recent dev-python/werkzeug; losely related: