app-admin/supernova: add cap on pytest
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 29 Apr 2019 22:39:28 +0000 (17:39 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 29 Apr 2019 22:39:58 +0000 (17:39 -0500)
Fixes: https://bugs.gentoo.org/684182
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-admin/supernova/supernova-2.2.0.ebuild

index 1480437209996ebcd6b4d92186e3155cdfb26806..b4c0f23b7752671d85d98e67331b1fd1f634029d 100644 (file)
@@ -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}