python3Packages.ansible-runner: avoid test coverage
This commit is contained in:
committed by
Jonathan Ringer
parent
79d2a9f62f
commit
d1c11328a4
@@ -53,6 +53,8 @@ buildPythonPackage rec {
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
export PATH="$PATH:$out/bin";
|
||||
# avoid coverage flags
|
||||
rm pytest.ini
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user