We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f9c01 commit 5c2358fCopy full SHA for 5c2358f
packages/service-library/tests/fastapi/test_tracing.py
@@ -4,8 +4,8 @@
4
import importlib
5
import random
6
import string
7
-from collections.abc import Callable
8
-from typing import Any, Iterator
+from collections.abc import Callable, Iterator
+from typing import Any
9
10
import pip
11
import pytest
@@ -115,6 +115,9 @@ def manage_package(request):
115
uninstall_package(package)
116
117
118
+@pytest.mark.skip(
119
+ reason="this test installs always the latest version of the package which creates conflicts."
120
+)
121
@pytest.mark.parametrize(
122
"tracing_settings_in, manage_package",
123
[
0 commit comments