From 7bb6db86ae94d9b459de010812c7f03568299aed Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 30 Oct 2017 17:58:47 +0100 Subject: [bug] fix test flakyness --- tests/e2e/conditional_downloads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/e2e/conditional_downloads.py b/tests/e2e/conditional_downloads.py index 4f7866b3..997e8999 100755 --- a/tests/e2e/conditional_downloads.py +++ b/tests/e2e/conditional_downloads.py @@ -35,7 +35,7 @@ def main(reactor, *args): # it was not modified current = os.path.getmtime(fname) print "CURRENT MTIME", current - assert current == past + assert int(current) == past print 'OK' shutil.rmtree(tmp) -- cgit v1.2.3