commit:     6743747b5a3082304adf5bf54a552e5423b79cab
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 22:39:28 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 22:39:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6743747b

app-admin/supernova: add cap on pytest

Fixes: https://bugs.gentoo.org/684182
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/supernova/supernova-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/supernova/supernova-2.2.0.ebuild 
b/app-admin/supernova/supernova-2.2.0.ebuild
index 14804372099..b4c0f23b775 100644
--- a/app-admin/supernova/supernova-2.2.0.ebuild
+++ b/app-admin/supernova/supernova-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="
        ${CDEPEND}
        doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+       test? ( <dev-python/pytest-4.0.0[${PYTHON_USEDEP}] )
 "
 RDEPEND="
        ${CDEPEND}

Reply via email to