summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-17 21:37:33 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-17 21:37:33 +0200
commit61759a73c2197d1cc3745a318f4f1804e0b99d59 (patch)
tree32777de7931eade01fecf73852cc0cbb185fd8a6 /dev-python
parentdev-python/pytest-trio: Fix tests w/ pytest-asyncio installed (diff)
downloadgentoo-61759a73c2197d1cc3745a318f4f1804e0b99d59.tar.gz
gentoo-61759a73c2197d1cc3745a318f4f1804e0b99d59.tar.bz2
gentoo-61759a73c2197d1cc3745a318f4f1804e0b99d59.zip
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-trio/pytest-trio-0.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 371f976c7b91..f18e11dd8382 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 \