vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
615 stars 69 forks source link

CI broken: test_random_stream() fails #28

Closed vstinner closed 6 years ago

vstinner commented 6 years ago

Hum, previously I configured Travis CI to only send email notifications to me. It seems like @nneonneo broke a test but didn't get a notification.

@nneonneo: can you please try to run "tox" to run tests before pushing a change?

It seems like the regression has been introduced by the commit b0306e6888abe901e701b4798798b3179927d2b8 according to git bisect.

vstinner commented 6 years ago

Fixed by commit 180ae11e2f1c5f13d4c5889e3a09dd341534d4d7.