dev-python/numpydoc: Use pytest for tests
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:36:45 +0000 (12:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:40:31 +0000 (12:40 +0200)
Closes: https://bugs.gentoo.org/723548
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/numpydoc/numpydoc-0.9.2.ebuild

index 673e70128fa1762d9012dd04ec41d69552f0cd12..29686390e104ede4d187f7652a0f6fa4445ebdbd 100644 (file)
@@ -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