Skip to content

Commit 0ec3c6c

Browse files
committed
Fix pytest collection warning
1 parent 6f71a1b commit 0ec3c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,8 @@ class TestSpanClientReports:
13421342
Tests for client reports related to spans.
13431343
"""
13441344

1345+
__test__ = False
1346+
13451347
@staticmethod
13461348
def span_dropper(spans_to_drop):
13471349
"""

0 commit comments

Comments
 (0)