From d1c11328a42446fa78b141a6ba72062cc278e9d0 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sat, 30 Jul 2022 17:58:09 -0700 Subject: [PATCH] python3Packages.ansible-runner: avoid test coverage --- pkgs/development/python-modules/ansible-runner/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/ansible-runner/default.nix b/pkgs/development/python-modules/ansible-runner/default.nix index fcff683c1def..c261e5b163b7 100644 --- a/pkgs/development/python-modules/ansible-runner/default.nix +++ b/pkgs/development/python-modules/ansible-runner/default.nix @@ -53,6 +53,8 @@ buildPythonPackage rec { preCheck = '' export HOME=$(mktemp -d) export PATH="$PATH:$out/bin"; + # avoid coverage flags + rm pytest.ini ''; disabledTests = [