Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/
Date: Thu, 22 Feb 2018 17:02:14
Message-Id: 1519318909.4e550c77abdd5557ac313db8e516f8e1b3fdffcf.mgorny@gentoo
1 commit: 4e550c77abdd5557ac313db8e516f8e1b3fdffcf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 16:42:14 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 17:01:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e550c77
7
8 dev-python/hpack: Block dev-python/pytest-relaxed rogue plugin
9
10 dev-python/hpack/hpack-3.0.0.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild
14 index ffec554ffc1..ba0df3e83ba 100644
15 --- a/dev-python/hpack/hpack-3.0.0.ebuild
16 +++ b/dev-python/hpack/hpack-3.0.0.ebuild
17 @@ -16,12 +16,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-f
18 IUSE="test"
19
20 RDEPEND=""
21 +# dev-python/pytest-relaxed causes tests to fail
22 DEPEND="${RDEPEND}
23 test? (
24 >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
25 >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
26 >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
27 >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
28 + !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
29 )
30 "