I get on Archlinux32, 32-bit Intel:
======================================================================
FAIL: Test on multiple bars, one not needing miniters adjustment
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/root/python-tqdm/src/tqdm-4.22.0-py2/tqdm/tests/tests_synchronisation.py", line 160, in test_monitoring_multi
assert t2.miniters == 500 # check that t2 was not adjusted
AssertionError
----------------------------------------------------------------------
Ran 55 tests in 7.111s
FAILED (SKIP=6, failures=1)
Archlinux builds Python2 and Python3 in one package description, the failing one is with
python2 setup.py nosetests --ignore-files="tests_perf\.py"
+1
I am just writing a new issue to ask this, then I see yours.
Also, tests_perf fails on my side
nosetests --with-timer ./tqdm/tests/tests_perf.py -d -v
ah, maybe we don't run the same tests, I have problem on tests_perf, which is ignored on your case.
setting a lower sleep(0.001) on line 158 seems to work. this seems to be a race..
Just updated quite a lot of the tests in #1046 and #1044... is this still an issue in tqdm>=4.50.2?
Just done a build on 32-bit, seems all ok, can be closed from my point of view.
ok closing for now then