projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb09b79
)
dev-python/ioflo: Run tests via pytest
author
Michał Górny
<mgorny@gentoo.org>
Mon, 18 May 2020 20:14:26 +0000
(22:14 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/ioflo/ioflo-2.0.0.ebuild
b/dev-python/ioflo/ioflo-2.0.0.ebuild
index bb4cb69784317a4829c13fda02135ce56d31406a..72f4c33e57af55612b9119999158533de1695b85 100644
(file)
--- 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
unit
test
+distutils_enable_tests
py
test
python_prepare_all() {
sed -e 's:"setuptools_git[^"]*",::' -i setup.py || die