From d09bfdc4ffc7adf27f77bef1477904f779084167 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 12 Sep 2021 11:45:46 -0400 Subject: [PATCH] omit orchstr8 stuff since it doesnt always run the same way on every test run --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3b0698f56..b5461828a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,8 @@ branch = True source = lbry .tox/*/lib/python*/site-packages/lbry +omit = + lbry/wallet/orchstr8/* [cryptography.*,coincurve.*,pbkdf2, libtorrent] ignore_missing_imports = True