From 0ec3c6c8b5e95bffe84199c553c91258b1bcd4ea Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Fri, 11 Jul 2025 13:04:22 +0200 Subject: [PATCH] Fix pytest collection warning --- tests/test_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_client.py b/tests/test_client.py index 2986920452..60b15615c8 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1342,6 +1342,8 @@ class TestSpanClientReports: Tests for client reports related to spans. """ + __test__ = False + @staticmethod def span_dropper(spans_to_drop): """