From cfe6483102271983f55f3175bb5a1f5254215ff7 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 14 Sep 2021 22:20:09 -0400 Subject: [PATCH] omit coverage inside tox --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b5461828a..5eaefd6fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,7 @@ source = .tox/*/lib/python*/site-packages/lbry omit = lbry/wallet/orchstr8/* + .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/* [cryptography.*,coincurve.*,pbkdf2, libtorrent] ignore_missing_imports = True