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 b98b7b9 commit d7f9c01Copy full SHA for d7f9c01
packages/service-library/tests/aiohttp/test_tracing.py
@@ -3,8 +3,8 @@
3
# pylint: disable=unused-variable
4
5
import importlib
6
-from collections.abc import Callable
7
-from typing import Any, Iterator
+from collections.abc import Callable, Iterator
+from typing import Any
8
9
import pip
10
import pytest
@@ -92,6 +92,9 @@ def manage_package(request):
92
uninstall_package(package)
93
94
95
+@pytest.mark.skip(
96
+ reason="this test installs always the latest version of the package which creates conflicts."
97
+)
98
@pytest.mark.parametrize(
99
"tracing_settings_in, manage_package",
100
[
0 commit comments