diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild index 1658405802..bfcd6b918b 100644 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -15,6 +15,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -#DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )" -# -#distutils_enable_tests pytest +DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest