diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-08-18 09:28:49 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-08-18 09:28:49 -0400 |
commit | fbf49a20b8b011c68fe4fa095a2af9daa78da90a (patch) | |
tree | 542f2d82acd0405d2b9e4c53915e54146a9c909c /dev-python/pytest-relaxed | |
parent | www-plugins/chrome-binary-plugins: automated update (69.0.3497.42) (diff) | |
download | gentoo-fbf49a20b8b011c68fe4fa095a2af9daa78da90a.tar.gz gentoo-fbf49a20b8b011c68fe4fa095a2af9daa78da90a.tar.bz2 gentoo-fbf49a20b8b011c68fe4fa095a2af9daa78da90a.zip |
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
Diffstat (limited to 'dev-python/pytest-relaxed')
-rw-r--r-- | dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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/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 |