-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with Pyinstaller #991
Comments
Nope, it's not supported and it's currently unclear how to support it in execnet |
Seems more like a path issue than anything else no? Or? Any branch currently checking on that? Any starting points you can give me to check this out? |
Execnet subprocesses startup is currently completely unaware of pyinstaller, starting the workers is impossible as such I'm unable to add support due to bandwidth and I'm not aware of anyone else working on it |
After pytest-dev/execnet#237 and as explained there with the changes explained there and the sent PR changes: pytest-dev/execnet#238 was able to fix and make it work. |
After adding the correct hooks and module imports on the latest versions of pyinstaller and xdist I run with
pytest.main(["-n","2",relative_to_assets('test.py')])
and it just starts a new .exe and once closed gives this error:But the workers don't actually run, it just opens an extra .exe and then if I close the extra one I get:
Seems pyinstaller is not supported? Or?
The text was updated successfully, but these errors were encountered: