summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 18:34:32 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 18:43:41 +0200
commit5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29 (patch)
treea3f30e5597179dcee92def418d5a932e1462bb4d /dev-python/sentry-sdk
parentdev-python/brotlicffi: Revert the pytest-markdown workaround (diff)
downloadgentoo-5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29.tar.gz
gentoo-5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29.tar.bz2
gentoo-5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/sentry-sdk')
-rw-r--r--dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild4
1 files changed, 0 insertions, 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
-}