From 001bc180e34f92644932ef614c9fdc8856fe8086 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 18 May 2020 12:36:45 +0200 Subject: [PATCH] dev-python/numpydoc: Use pytest for tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723548 Signed-off-by: Michał Górny --- dev-python/numpydoc/numpydoc-0.9.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.26.2