g1itch / PyBitmessage

My development fork of PyBitmessage,

Home Page:https://pybitmessage-test.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't include tests into windows exe

g1itch opened this issue · comments

With current spec PyInstaller includes tests package into it's exe. This is not how I expected the packaging to work, because I intentionally didn't include tests into packages in setup script. Windows users also probably don't need tests, but we need a dry run option for buildbot task to avoid incidents like Bitmessage#1758.

Moreover, the buildbot task is going to be a sole option to test windows stuff, because chocolatey removed vcpython27 recently. So windows job in my ci branch doesn't work anymore. At least while I haven't implemented mingw dll build.

Core tests failing in wine: https://travis-ci.org/github/g1itch/PyBitmessage/jobs/769225878