From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- dev-python/flask-wtf/flask-wtf-0.15.1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dev-python/flask-wtf/flask-wtf-0.15.1.ebuild') diff --git a/dev-python/flask-wtf/flask-wtf-0.15.1.ebuild b/dev-python/flask-wtf/flask-wtf-0.15.1.ebuild index 64af34e29e53..28eb66691c8c 100644 --- a/dev-python/flask-wtf/flask-wtf-0.15.1.ebuild +++ b/dev-python/flask-wtf/flask-wtf-0.15.1.ebuild @@ -17,8 +17,6 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="doc test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/Babel-1[${PYTHON_USEDEP}] @@ -33,8 +31,9 @@ RDEPEND=" distutils_enable_sphinx docs distutils_enable_tests pytest -python_prepare_all() { +EPYTEST_DESELECT=( # tries to access things over the network - rm tests/test_recaptcha.py || die - distutils-r1_python_prepare_all -} + tests/test_recaptcha.py + # unpackaged Flask-Uploads + tests/test_file.py +) -- cgit v1.2.3