dev-python/pillow: fix test dependencies
authorVirgil Dupras <vdupras@gentoo.org>
Tue, 3 Jul 2018 15:22:36 +0000 (11:22 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Tue, 3 Jul 2018 15:22:36 +0000 (11:22 -0400)
I forgot to change the nose dependency to pytest in my eralier commit.
oops.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pillow/pillow-5.2.0.ebuild

index 097bd53eced651c2d043d3ab56fb802c116414d4..50913f7c98a34a90541c8e329604e52579055f32 100644 (file)
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
                dev-python/sphinx[${PYTHON_USEDEP}]
                dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        )
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
 
 S="${WORKDIR}/${MY_P}"