We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a67a0ab + b83d618 commit 94a55bcCopy full SHA for 94a55bc
pkgs/development/python-modules/opentelemetry-instrumentation/default.nix
@@ -43,6 +43,14 @@ buildPythonPackage rec {
43
44
pythonImportsCheck = [ "opentelemetry.instrumentation" ];
45
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
+
54
passthru.updateScript = opentelemetry-api.updateScript;
55
56
meta = with lib; {
0 commit comments