Skip to content

Commit ab2322d

Browse files
author
Lingling Peng
committed
remove double end and changes to pytest.ini
1 parent 69279dc commit ab2322d

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

pytest.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
python_files = test_*.py unit_test_*.py integration_test*.py
33
asyncio_mode = auto
44
asyncio_default_fixture_loop_scope = session
5-
filterwarnings =
6-
ignore:::opentelemetry.*

tests/integration/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,3 @@ def wrap_with_otel(request):
238238
finally:
239239
for processor in active_span_processors:
240240
processor.force_flush()
241-
span.end()

0 commit comments

Comments
 (0)