Signed-off-by: Michał Górny <[email protected]>
---
.../pytest-lazy-fixtures/pytest-lazy-fixtures-1.2.0.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.2.0.ebuild
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.2.0.ebuild
index 5a8821143419..7a39bc9a7533 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.2.0.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.2.0.ebuild
@@ -23,10 +23,5 @@ RDEPEND="
"
EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=()
+EPYTEST_PLUGINS=( "${PN}" )
distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_PLUGINS=( pytest-lazy-fixtures )
- epytest
-}