commit: a34e68c0bc395764918d72bafc7e8b442d766647
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 06:04:13 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 15:26:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34e68c0
www-client/qutebrowser: use EPYTEST_PLUGINS
Would rather get rid of autoloading in my packages now and
this is a good excuse to do so.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
www-client/qutebrowser/qutebrowser-3.5.1.ebuild | 7 +------
www-client/qutebrowser/qutebrowser-9999.ebuild | 7 +------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/www-client/qutebrowser/qutebrowser-3.5.1.ebuild
b/www-client/qutebrowser/qutebrowser-3.5.1.ebuild
index 8067b5dbc26d..834349b9dd58 100644
--- a/www-client/qutebrowser/qutebrowser-3.5.1.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.5.1.ebuild
@@ -51,13 +51,7 @@ BDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/cheroot[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pytest-bdd[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-qt[${PYTHON_USEDEP}]
- dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
- dev-python/pytest-xvfb[${PYTHON_USEDEP}]
dev-python/tldextract[${PYTHON_USEDEP}]
)
')
@@ -69,6 +63,7 @@ else
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-qutebrowser )"
fi
+EPYTEST_PLUGINS=( hypothesis pytest-{bdd,mock,qt,rerunfailures,xvfb} )
distutils_enable_tests pytest
src_prepare() {
diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild
b/www-client/qutebrowser/qutebrowser-9999.ebuild
index 8834acf79330..fb9b263ed1c5 100644
--- a/www-client/qutebrowser/qutebrowser-9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
@@ -51,13 +51,7 @@ BDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/cheroot[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pytest-bdd[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-qt[${PYTHON_USEDEP}]
- dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
- dev-python/pytest-xvfb[${PYTHON_USEDEP}]
dev-python/tldextract[${PYTHON_USEDEP}]
)
')
@@ -69,6 +63,7 @@ else
BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-qutebrowser )"
fi
+EPYTEST_PLUGINS=( hypothesis pytest-{bdd,mock,qt,rerunfailures,xvfb} )
distutils_enable_tests pytest
src_prepare() {