This commit is contained in:
Florian Bruhin 2019-07-18 17:30:37 +02:00
parent b4d2547b94
commit 81a5ada67f
2 changed files with 3 additions and 1 deletions

View File

@ -140,6 +140,7 @@ def pyinstaller_qt_workaround():
if (hasattr(sys, 'frozen') and
hasattr(sys, '_MEIPASS') and
sys.platform == 'win32'):
# pylint: disable=no-member,protected-access
os.environ['PATH'] += os.pathsep + sys._MEIPASS

View File

@ -108,7 +108,8 @@ def smoke_test(executable):
r'\[.*\] LOADER: .*',
# https://github.com/qutebrowser/qutebrowser/issues/4919
r'objc\[.*\]: .* One of the two will be used\. Which one is undefined\.',
(r'objc\[.*\]: .* One of the two will be used\. '
r'Which one is undefined\.'),
(r'QCoreApplication::applicationDirPath: Please instantiate the '
r'QApplication object first'),
]