Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supernova/
Date: Mon, 29 Apr 2019 22:40:21
Message-Id: 1556577598.6743747b5a3082304adf5bf54a552e5423b79cab.prometheanfire@gentoo
1 commit: 6743747b5a3082304adf5bf54a552e5423b79cab
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 22:39:28 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 22:39:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6743747b
7
8 app-admin/supernova: add cap on pytest
9
10 Fixes: https://bugs.gentoo.org/684182
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-admin/supernova/supernova-2.2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/supernova/supernova-2.2.0.ebuild b/app-admin/supernova/supernova-2.2.0.ebuild
18 index 14804372099..b4c0f23b775 100644
19 --- a/app-admin/supernova/supernova-2.2.0.ebuild
20 +++ b/app-admin/supernova/supernova-2.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -19,7 +19,7 @@ CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
28 DEPEND="
29 ${CDEPEND}
30 doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
31 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
32 + test? ( <dev-python/pytest-4.0.0[${PYTHON_USEDEP}] )
33 "
34 RDEPEND="
35 ${CDEPEND}