commit: 4e550c77abdd5557ac313db8e516f8e1b3fdffcf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 16:42:14 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 17:01:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e550c77
dev-python/hpack: Block dev-python/pytest-relaxed rogue plugin
dev-python/hpack/hpack-3.0.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild
b/dev-python/hpack/hpack-3.0.0.ebuild
index ffec554ffc1..ba0df3e83ba 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -16,12 +16,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64
~sparc ~x86 ~amd64-f
IUSE="test"
RDEPEND=""
+# dev-python/pytest-relaxed causes tests to fail
DEPEND="${RDEPEND}
test? (
>=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
>=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
+ !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
)
"