mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/stdio-mgr: add py3_7
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -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}"
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user