From 9e1e32f6166287573bbd421ebe18d9293e55862e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 29 Mar 2020 15:18:27 +0200 Subject: [PATCH] dev-python/pytest-sanic: should depend on sanic otherwise all tests on all packages with pytest will fail Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild index 2f4dd3a247..292a3dcd11 100644 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild @@ -22,13 +22,9 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/async_generator[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - test? ( - dev-python/sanic[${PYTHON_USEDEP}] - ) + dev-python/sanic[${PYTHON_USEDEP}] " distutils_enable_tests pytest -distutils_enable_sphinx docs +# where is the conf.py file? make html can't find it either +#distutils_enable_sphinx docs