diff options
author | Unknown <blackjack4494@web.de> | 2020-09-23 03:30:33 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-23 03:30:33 +0200 |
commit | cdb7547e14e94dbbd66163fefe20fc367ba1474c (patch) | |
tree | da818fc3338f0dddbfcf22db6ea942487a2ce8c1 | |
parent | 7e8772bf823f59fb6ef392dbcdcd527fc7ca8f5e (diff) | |
download | hypervideo-pre-cdb7547e14e94dbbd66163fefe20fc367ba1474c.tar.lz hypervideo-pre-cdb7547e14e94dbbd66163fefe20fc367ba1474c.tar.xz hypervideo-pre-cdb7547e14e94dbbd66163fefe20fc367ba1474c.zip |
add pyinst to test exceptions
-rw-r--r-- | test/test_unicode_literals.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py index 6c1b7ec91..e6627a3e5 100644 --- a/test/test_unicode_literals.py +++ b/test/test_unicode_literals.py @@ -15,6 +15,8 @@ IGNORED_FILES = [ 'setup.py', # http://bugs.python.org/issue13943 'conf.py', 'buildserver.py', + 'pyinst.py', + 'pyinst32.py', ] IGNORED_DIRS = [ |