From 492541c0d3b9c829e9126fbfc8ca5ef8a5ad0560 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sat, 23 Sep 2023 00:11:06 +0300 Subject: [PATCH] Remove core tests from coverage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2794a997..c59ae13a 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = deps = -rrequirements.txt commands = python checkdeps.py - coverage run -a src/bitmessagemain.py -t + python src/bitmessagemain.py -t coverage run -a -m tests [testenv:lint-basic]