From 32979c7222c0b3c3877c9e3f9ae46ecbcc10d7b0 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 28 Mar 2020 11:44:21 +0100 Subject: [PATCH] dev-python/stdio-mgr: remove unnecsairy test phase function Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- 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 7e05e772f2..2ac1cb41d6 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}" -#}