From: Michał Górny Date: Mon, 18 May 2020 10:36:45 +0000 (+0200) Subject: dev-python/numpydoc: Use pytest for tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=001bc180e34f92644932ef614c9fdc8856fe8086;p=gentoo.git dev-python/numpydoc: Use pytest for tests Closes: https://bugs.gentoo.org/723548 Signed-off-by: Michał Górny --- diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild b/dev-python/numpydoc/numpydoc-0.9.2.ebuild index 673e70128fa1..29686390e104 100644 --- a/dev-python/numpydoc/numpydoc-0.9.2.ebuild +++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild @@ -20,10 +20,9 @@ RDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] " BDEPEND=" - ${RDEPEND} test? ( >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}] ) " -distutils_enable_tests nose +distutils_enable_tests pytest