From e046627d3178846bdc581ce5f38de07f52f0cdca Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Fri, 27 Jan 2023 11:59:24 -0500 Subject: [PATCH] Try debugging CI/ubuntu-20.04 integration tests... Does removing the `charset_normalizer.md__mypyc` hidden import make the tests pass? --- pyinstaller.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 01b1ac4ac..eece50757 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -36,7 +36,6 @@ hidden_imports = [ 'allmydata.stats', 'base64', 'cffi', - 'charset_normalizer.md__mypyc', 'collections', 'commands', 'Crypto',