From ee52f5f0e77251ad65425b6024ca39b8d8e4908d Mon Sep 17 00:00:00 2001 From: Jeffrey Lin Date: Sat, 9 May 2020 17:27:54 -0400 Subject: [PATCH] dev-python/aionotify: temporarily remove tests Tests depend on dev-python/asynctest::gentoo, which is currently being last-rited. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeffrey Lin --- dev-python/aionotify/aionotify-0.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild index 308dbee678..0359075dc8 100644 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild @@ -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