dev-python/ioflo: Run tests via pytest
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 20:14:26 +0000 (22:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 20:14:26 +0000 (22:14 +0200)
Closes: https://bugs.gentoo.org/723654
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ioflo/ioflo-2.0.0.ebuild

index bb4cb69784317a4829c13fda02135ce56d31406a..72f4c33e57af55612b9119999158533de1695b85 100644 (file)
@@ -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