From d4cf5cfd219b75de4b90788ba3a13a841a02a7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl?= Date: Sun, 1 Oct 2023 13:59:10 +0200 Subject: [PATCH] Update ecosystem.json --- ecosystem.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ecosystem.json b/ecosystem.json index e9d8b52..b38c686 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -11,14 +11,13 @@ "versions": ["3.9"] }, "tests_command": [ - "pytest -v q_kernel_ops --skip=q_kernel_ops.workflow" + "pytest -v q_kernel_ops" ], "styles_check_command": [ "pylint -rn q_kernel_ops tests" ], "coverages_check_command": [ "coverage3 run -m pytest", - "coverage3 report --fail-under=80" + "coverage3 report --fail-under=70" ], - "qiskit": true }