Skip to content

Commit

Permalink
python312.opentelemetry-instrumentation: fix build (NixOS#367915)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 24, 2024
2 parents a67a0ab + b83d618 commit 94a55bc
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 94a55bc

Please sign in to comment.