commit: 5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 16:34:32 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 16:43:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4aaf1b
dev-python/sentry-sdk: Revert the pytest-markdown workaround
The awful mistake of dev-python/pytest-markdown is now sterilized
via epytest, no need to work around it anymore.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
index 3d087789fbca..51d4790601bb 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
@@ -85,7 +85,3 @@ EPYTEST_DESELECT=(
# TODO
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
)
-
-python_test() {
- epytest tests
-}