From 5fda8b3496c6c269c616f6df24926979e78622f4 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sat, 17 Apr 2021 20:23:28 +1200 Subject: [PATCH] dev-python/aionotify: add python_compat 3_{8,9} Signed-off-by: Theo Anderson --- dev-python/aionotify/aionotify-0.2.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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