From 4e550c77abdd5557ac313db8e516f8e1b3fdffcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 22 Feb 2018 17:42:14 +0100 Subject: [PATCH] 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 ffec554ffc106..ba0df3e83ba12 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}] ) "