summaryrefslogtreecommitdiff
path: root/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild')
-rw-r--r--dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild
index 602928a877f2..2308e701735e 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild
@@ -23,3 +23,8 @@ distutils_enable_tests pytest
EPYTEST_IGNORE=(
tests/benchmarks
)
+
+PATCHES=(
+ # https://github.com/horejsek/python-fastjsonschema/pull/180
+ "${FILESDIR}/${P}-pytest-8.patch"
+)