From 30136a9697c12f55ad7b7ca5ae62f36ec97db978 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 14 Sep 2021 23:06:00 -0400 Subject: [PATCH] omit just node.py --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c76805d1e..f387492b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ source = .tox/*/lib/python*/site-packages/lbry omit = lbry/wallet/orchstr8/ - .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/ + .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/node.py [cryptography.*,coincurve.*,pbkdf2, libtorrent] ignore_missing_imports = True