From a7e92a62528e85ad1bf3eafc8c824aa0ce066386 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 8 Feb 2023 00:17:57 -0500 Subject: dev-python/*: WIP tests Signed-off-by: Julien Roy --- dev-python/splinter/splinter-0.19.0.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'dev-python/splinter/splinter-0.19.0.ebuild') diff --git a/dev-python/splinter/splinter-0.19.0.ebuild b/dev-python/splinter/splinter-0.19.0.ebuild index 000f34a..02d8338 100644 --- a/dev-python/splinter/splinter-0.19.0.ebuild +++ b/dev-python/splinter/splinter-0.19.0.ebuild @@ -17,14 +17,18 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" + dev-python/cssselect[${PYTHON_USEDEP}] + dev-python/django[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] + dev-python/selenium[${PYTHON_USEDEP}] + dev-python/zope-testbrowser[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) test? ( - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/selenium[${PYTHON_USEDEP}] - dev-python/zope-testbrowser[${PYTHON_USEDEP}] + dev-python/argparse + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND}" -- cgit v1.2.3