commit: fbf49a20b8b011c68fe4fa095a2af9daa78da90a Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Sat Aug 18 13:28:49 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Sat Aug 18 13:28:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf49a20
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 7ed7aeefa0e..79e4eb96842 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/pytest-3.3 >=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
