commit: 32979c7222c0b3c3877c9e3f9ae46ecbcc10d7b0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:44:21 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32979c72
dev-python/stdio-mgr: remove unnecsairy test phase function
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
index 7e05e77..2ac1cb4 100644
--- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
@@ -23,7 +23,3 @@ distutils_enable_tests pytest
#distutils_enable_sphinx doc \
# dev-python/sphinxcontrib-programoutput \
# dev-python/sphinx_rtd_theme
-
-#python_test() {
-# pytest -vv tests || "Tests fail with ${EPYTHON}"
-#}