From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CE10158090 for ; Wed, 11 May 2022 16:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4A4DE08F7; Wed, 11 May 2022 16:43:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DE31E08F7 for ; Wed, 11 May 2022 16:43:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78C4A3413FE for ; Wed, 11 May 2022 16:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B288046D for ; Wed, 11 May 2022 16:43:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1652287421.5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild X-VCS-Directories: dev-python/sentry-sdk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29 X-VCS-Branch: master Date: Wed, 11 May 2022 16:43:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13799ab8-7bbf-4197-a81d-f0fa449993ae X-Archives-Hash: 816091baa06f12ca306a9e20ced9b0d8 commit: 5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29 Author: Michał Górny gentoo org> AuthorDate: Wed May 11 16:34:32 2022 +0000 Commit: Michał Górny gentoo 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 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 -}