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}" +#}