summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-22 17:42:14 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-22 18:01:49 +0100
commit4e550c77abdd5557ac313db8e516f8e1b3fdffcf (patch)
treea21591aca3aea7aa1d4770c4ab42531ab08cfe89 /dev-python/hpack
parentdev-python/hpack: Tested on ~amd64-fbsd (diff)
downloadgentoo-4e550c77abdd5557ac313db8e516f8e1b3fdffcf.tar.gz
gentoo-4e550c77abdd5557ac313db8e516f8e1b3fdffcf.tar.bz2
gentoo-4e550c77abdd5557ac313db8e516f8e1b3fdffcf.zip
dev-python/hpack: Block dev-python/pytest-relaxed rogue plugin
Diffstat (limited to 'dev-python/hpack')
-rw-r--r--dev-python/hpack/hpack-3.0.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild
index ffec554ffc10..ba0df3e83ba1 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}]
)
"