Skip to content

Commit

Permalink
Exclude unnecessary test module
Browse files Browse the repository at this point in the history
There is no need for this module, and it also results into detection of
tkinter and deps, which require libX11

xref: pyinstaller/pyinstaller#5040 (comment)
  • Loading branch information
nehaljwani committed Sep 19, 2020
1 parent 1520612 commit a856aec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion recipe/conda.exe.spec
Expand Up @@ -16,7 +16,7 @@ a = Analysis(['entry_point.py', 'imports.py'],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=['test'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Expand Up @@ -27,7 +27,7 @@ source:
folder: constructor # [win]

build:
number: 0
number: 1

requirements:
host:
Expand Down
5 changes: 0 additions & 5 deletions recipe/yum_requirements.txt

This file was deleted.

0 comments on commit a856aec

Please sign in to comment.