Skip to content

Commit 94a55bc

Browse files
authored
python312.opentelemetry-instrumentation: fix build (#367915)
2 parents a67a0ab + b83d618 commit 94a55bc

File tree

1 file changed

+8
-0
lines changed
  • pkgs/development/python-modules/opentelemetry-instrumentation

1 file changed

+8
-0
lines changed

pkgs/development/python-modules/opentelemetry-instrumentation/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ buildPythonPackage rec {
4343

4444
pythonImportsCheck = [ "opentelemetry.instrumentation" ];
4545

46+
disabledTests = [
47+
# bootstrap: error: argument -a/--action: invalid choice: 'pipenv' (choose from install, requirements)
48+
# RuntimeError: Patch is already started
49+
"test_run_cmd_install"
50+
"test_run_cmd_print"
51+
"test_run_unknown_cmd"
52+
];
53+
4654
passthru.updateScript = opentelemetry-api.updateScript;
4755

4856
meta = with lib; {

0 commit comments

Comments
 (0)