commit:     1d05ed01d4f307a077a099a0503bf7c1b7cd9eb7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 20:14:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 18 20:14:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d05ed01

dev-python/ioflo: Run tests via pytest

Closes: https://bugs.gentoo.org/723654
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ioflo/ioflo-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ioflo/ioflo-2.0.0.ebuild 
b/dev-python/ioflo/ioflo-2.0.0.ebuild
index bb4cb697843..72f4c33e57a 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

Reply via email to