From: Michał Górny Date: Mon, 18 May 2020 20:14:26 +0000 (+0200) Subject: dev-python/ioflo: Run tests via pytest X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d05ed01d4f307a077a099a0503bf7c1b7cd9eb7;p=gentoo.git dev-python/ioflo: Run tests via pytest Closes: https://bugs.gentoo.org/723654 Signed-off-by: Michał Górny --- diff --git a/dev-python/ioflo/ioflo-2.0.0.ebuild b/dev-python/ioflo/ioflo-2.0.0.ebuild index bb4cb6978431..72f4c33e57af 100644 --- a/dev-python/ioflo/ioflo-2.0.0.ebuild +++ b/dev-python/ioflo/ioflo-2.0.0.ebuild @@ -23,7 +23,7 @@ PATCHES=( "${FILESDIR}/ioflo-1.7.8-network-test.patch" ) -distutils_enable_tests unittest +distutils_enable_tests pytest python_prepare_all() { sed -e 's:"setuptools_git[^"]*",::' -i setup.py || die