From 5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 May 2022 18:34:32 +0200 Subject: [PATCH] dev-python/sentry-sdk: Revert the pytest-markdown workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 3d087789fbcaf..51d4790601bbf 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 -}