We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c677376 commit e928351Copy full SHA for e928351
pkgs/by-name/ap/apache-airflow/package.nix
@@ -59,6 +59,11 @@ let
59
inherit version;
60
hash = "sha256-7e6bCn/yZiG9WowQ/0hK4oc3okENmbC7mmhQx/uXeqA=";
61
};
62
+ postPatch = ''
63
+ ${o.postPatch or ""}
64
+ substituteInPlace tests/test_cli.py \
65
+ --replace-fail 'CliRunner(mix_stderr=False)' 'CliRunner()'
66
+ '';
67
nativeBuildInputs = (o.nativeBuildInputs or [ ]) ++ [
68
pySelf.setuptools
69
];
0 commit comments