commit: 61759a73c2197d1cc3745a318f4f1804e0b99d59
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 19:37:33 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 19:37:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61759a73
dev-python/pytest-trio: Remove obsolete epytest --install arg
The --install arg became irrelevant after overriding python_test().
It is no longer necessary anyway since we are loading the plugin
via PYTEST_PLUGINS rather than entry points.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-trio/pytest-trio-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
index 371f976c7b9..f18e11dd838 100644
--- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
+++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild
@@ -30,7 +30,7 @@ BDEPEND="
)
"
-distutils_enable_tests --install pytest
+distutils_enable_tests pytest
distutils_enable_sphinx docs/source \
dev-python/attrs \
dev-python/sphinx_rtd_theme \