STINNER Victor added the comment: "First at all replace self.assertTrue(time.time()<timeout) with self.assertLess(time.time(), timeout). There was a large set of patches that did this globally for all tests (issue16510 and subissues), but it was mostly rejected (only some parts were merged, and often only into master)."
Can you please propose a PR for that Serhiy, please? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30850> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com