From fbf49a20b8b011c68fe4fa095a2af9daa78da90a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 18 Aug 2018 09:28:49 -0400 Subject: [PATCH] dev-python/pytest-relaxed: Fix dependencies pytest-relaxed doesn't work with pytest 3.3+. Also, RESTRICT tests because they're broken. Closes: https://bugs.gentoo.org/663650 Package-Manager: Portage-2.3.47, Repoman-2.3.10 --- dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild index 7ed7aeefa0e6..79e4eb968427 100644 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild +++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild @@ -18,10 +18,15 @@ IUSE="test" RDEPEND=" >=dev-python/pytest-3[${PYTHON_USEDEP}] + =dev-python/six-1[${PYTHON_USEDEP}] >=dev-python/decorator-4[${PYTHON_USEDEP}] " +# This package is a broken mess upstream. Tests don't work. Fortunately, it's +# not actually used by many packages. +RESTRICT="test" + PATCHES=( # We strip pytest-relaxed's entry point to stop it from autoloading on all # tests. When this package is installed, it has the habit of being -- 2.26.2