python3Packages.opentelemetry-instrumentation-logging: disable benchmarking

This commit is contained in:
Martin Weinelt
2026-06-28 17:04:34 +02:00
parent db51b9c061
commit ffec75b842
@@ -1,10 +1,10 @@
{
lib,
buildPythonPackage,
hatchling,
opentelemetry-api,
opentelemetry-instrumentation,
opentelemetry-test-utils,
pytest-benchmark,
pytestCheckHook,
}:
@@ -24,9 +24,14 @@ buildPythonPackage {
nativeCheckInputs = [
opentelemetry-test-utils
pytest-benchmark
pytestCheckHook
];
pytestFlags = [
"--benchmark-disable"
];
pythonImportsCheck = [ "opentelemetry.instrumentation.logging" ];
meta = opentelemetry-instrumentation.meta // {