From 4fd174c7e5fbff89a71467b4a498e122193f4166 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 30 Nov 2022 15:21:11 +0200 Subject: [PATCH] tox: lower required coverage The GCPSigner that was added is not tested in the standard test run, only when check_kms_signers is explicitly ran. This is because the test will fail everywhere except the projects Github CI. Lower required coverage as a workaround. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index abe7d71ae..5c42e700e 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = commands = python -m tests.check_gpg_available coverage run tests/aggregate_tests.py - coverage report -m --fail-under 97 + coverage report -m --fail-under 96 [testenv:purepy38] deps =