Add fail_fast support per-hook

This commit is contained in:
Stojan Nedic 2021-10-19 22:17:42 +02:00 committed by Anthony Sottile
parent ae53a8eb65
commit 63ae399db0
5 changed files with 16 additions and 1 deletions

View file

@ -1002,6 +1002,7 @@ def test_manifest_hooks(tempdir_factory, store):
types=['file'],
types_or=[],
verbose=False,
fail_fast=False,
)