From fd822adc871382dd5b8a1579a623d80221e8ec17 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 28 Mar 2020 11:42:46 +0100 Subject: [PATCH] dev-python/stdio-mgr: add py3_7 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 170760e0f8..7e05e772f2 100644 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -24,7 +24,6 @@ distutils_enable_tests pytest # dev-python/sphinxcontrib-programoutput \ # dev-python/sphinx_rtd_theme -#is this necessary? -python_test() { - pytest -vv tests || "Tests fail with ${EPYTHON}" -} +#python_test() { +# pytest -vv tests || "Tests fail with ${EPYTHON}" +#}