From b83d61858ab1d9696c342392f0f1d216865a1299 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 24 Dec 2024 14:28:22 +0100 Subject: [PATCH] python312.opentelemetry-instrumentation: fix build --- .../opentelemetry-instrumentation/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix index 73845247a0c29..29246bb6f35a6 100644 --- a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix +++ b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix @@ -43,6 +43,14 @@ buildPythonPackage rec { pythonImportsCheck = [ "opentelemetry.instrumentation" ]; + disabledTests = [ + # bootstrap: error: argument -a/--action: invalid choice: 'pipenv' (choose from install, requirements) + # RuntimeError: Patch is already started + "test_run_cmd_install" + "test_run_cmd_print" + "test_run_unknown_cmd" + ]; + passthru.updateScript = opentelemetry-api.updateScript; meta = with lib; {