brownie
brownie copied to clipboard
DataTransferSpeedWidget test fails
Hello, I've got the following failure wen running runtests.py -- is it an expected issue?
Code/brownie » python runtests.py
[100%] 495 of 495 ETA: 00:00:00
brownie.tests.terminal.progress.TestDataTransferSpeedWidget.update
────────────────────────────────────────────────────────────────────────────────
Traceback (most recent call last):
File "/home/bobry/Code/brownie/brownie/tests/terminal/progress.py", line 342, in update
Assert(speed) > 45.0
AssertionError: 43.52 <= 45.0
Failures: 1/495 (1512 assertions)
I would really appreciate any feedback on this. I wanted to hack on import_string, which doesn't work with unicode strings on Python2.7. But I can't because of this failing test. Thanks :)