-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add windows build and test to github workflows #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When does the sys.stdout.reconfigure call get executed? Seems weird to be just dangling in this file. Does it absolutely need to run before any other code?
Otherwise, you can drop it into: basenode.py - baseInit().
Added whitespace around arithmetic operators for flake8 on python 3.12
a1f9542
to
ad9f54a
Compare
107af79
to
a8b3db0
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
The stdout reconfigure is necessary because python attempts to use the windows 1252 encoding by default on (some versions of) windows, which gets an encoding error in the UTF-8 specific tests.