commit: 5c89eaeca612af9ee32d4353a046af80f65d252f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 15 05:02:53 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 04:39:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c89eaec
dev-python/pytest-lazy-fixtures: Simplify EPYTEST_PLUGINS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/43007 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.1.ebuild b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.1.ebuild index b0d8514407bc..c34e98676bc0 100644 --- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.1.ebuild +++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.3.1.ebuild @@ -23,15 +23,10 @@ RDEPEND=" " EPYTEST_PLUGIN_LOAD_VIA_ENV=1 -EPYTEST_PLUGINS=() +EPYTEST_PLUGINS=( "${PN}" ) distutils_enable_tests pytest EPYTEST_IGNORE=( # test for pytest-deadfixtures compatibility tests/test_deadfixtures_support.py ) - -python_test() { - local EPYTEST_PLUGINS=( pytest-lazy-fixtures ) - epytest -}