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>
This commit is contained in:
Michał Górny
2022-05-11 18:34:32 +02:00
parent aad81f0801
commit 5a4aaf1b00

View File

@@ -85,7 +85,3 @@ EPYTEST_DESELECT=(
# TODO
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
)
python_test() {
epytest tests
}