diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-18 22:14:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-18 22:14:26 +0200 |
commit | 1d05ed01d4f307a077a099a0503bf7c1b7cd9eb7 (patch) | |
tree | 436eb4e688cb054df35097b6a9696b0d84f9161e /dev-python/ioflo | |
parent | dev-util/catalyst: Version bump to 3.0.11 (diff) | |
download | gentoo-1d05ed01d4f307a077a099a0503bf7c1b7cd9eb7.tar.gz gentoo-1d05ed01d4f307a077a099a0503bf7c1b7cd9eb7.tar.bz2 gentoo-1d05ed01d4f307a077a099a0503bf7c1b7cd9eb7.zip |
dev-python/ioflo: Run tests via pytest
Closes: https://bugs.gentoo.org/723654
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ioflo')
-rw-r--r-- | dev-python/ioflo/ioflo-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |