refine module exclusions in azaion-loader-safe.spec to reduce false positives

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-24 14:40:08 +03:00
parent 9e25110016
commit 5500bda6ce
2 changed files with 1 additions and 5 deletions
+1 -5
View File
@@ -25,12 +25,8 @@ a = Analysis(
hooksconfig={},
runtime_hooks=[],
excludes=[
# Exclude unnecessary modules to reduce size and false positives
'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing',
'pandas.tests', 'test', 'tests', 'testing',
# Additional exclusions to reduce behavioral triggers
'email', 'html', 'http.server', 'xmlrpc',
'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events'
'pandas.tests', 'test', 'tests', 'testing'
],
noarchive=False,
optimize=2, # Enable bytecode optimization