about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-07-30 17:58:09 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-07-30 18:03:18 -0700
commitd1c11328a42446fa78b141a6ba72062cc278e9d0 (patch)
tree096b023110e04889e07c3f9daabc7dc570d3189f /pkgs
parent79d2a9f62ffdd292f2addf22ad6ad8e37751acfb (diff)
python3Packages.ansible-runner: avoid test coverage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/ansible-runner/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ansible-runner/default.nix b/pkgs/development/python-modules/ansible-runner/default.nix
index fcff683c1def4..c261e5b163b73 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 = [