python3Packages.opentelemetry-instrumentation-logging: disable benchmarking
This commit is contained in:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user