You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within tests, sys.stderr.write does not return the number of characters written as write should.
This originates in EncodedFile.write which returns None, missing a return statement.
A minimal test (needs to be run as a test by pytest):