summaryrefslogtreecommitdiff
path: root/dev-python/pytest/pytest-7.4.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest/pytest-7.4.3.ebuild')
-rw-r--r--dev-python/pytest/pytest-7.4.3.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-7.4.3.ebuild b/dev-python/pytest/pytest-7.4.3.ebuild
index 34cc63f9e938..55eb8e448514 100644
--- a/dev-python/pytest/pytest-7.4.3.ebuild
+++ b/dev-python/pytest/pytest-7.4.3.ebuild
@@ -49,6 +49,11 @@ BDEPEND="
)
"
+PATCHES=(
+ # https://github.com/pytest-dev/pytest/pull/11638
+ "${FILESDIR}/${P}-no-color.patch"
+)
+
src_test() {
# workaround new readline defaults
echo "set enable-bracketed-paste off" > "${T}"/inputrc || die