Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Wed, 11 May 2022 16:43:55
Message-Id: 1652287421.5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29.mgorny@gentoo
1 commit: 5a4aaf1b00b261fbaa4cb0fe6cb9847b388edd29
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 16:34:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 16:43:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4aaf1b
7
8 dev-python/sentry-sdk: Revert the pytest-markdown workaround
9
10 The awful mistake of dev-python/pytest-markdown is now sterilized
11 via epytest, no need to work around it anymore.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild | 4 ----
16 1 file changed, 4 deletions(-)
17
18 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
19 index 3d087789fbca..51d4790601bb 100644
20 --- a/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
21 +++ b/dev-python/sentry-sdk/sentry-sdk-1.5.12.ebuild
22 @@ -85,7 +85,3 @@ EPYTEST_DESELECT=(
23 # TODO
24 tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
25 )
26 -
27 -python_test() {
28 - epytest tests
29 -}