python312Packages.opentelemetry-instrumentation-asgi: disable tests

Tests have issues starting with 0.47b0
This commit is contained in:
Fabian Affolter
2024-08-04 23:08:33 +02:00
parent 1d29f45c17
commit b7ac9d147b
@@ -35,6 +35,9 @@ buildPythonPackage {
pytestCheckHook
];
# Tests have issues starting with 0.47b0
doCheck = false;
pythonImportsCheck = [ "opentelemetry.instrumentation.asgi" ];
meta = opentelemetry-instrumentation.meta // {