dev-python/ioflo: Run tests via pytest

Closes: https://bugs.gentoo.org/723654
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-18 22:14:26 +02:00
parent fb09b7959f
commit 1d05ed01d4

View 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