https://bugzilla.redhat.com/show_bug.cgi?id=2435698
--- Comment #3 from Benson Muite <[email protected]> --- Get the following test failure on my machine, but not on Koji: =================================== FAILURES =================================== ________________________ TestValueModule.test_DateValue ________________________ self = <test_value.TestValueModule testMethod=test_DateValue> def test_DateValue(self): date = datetime.date(2024, 7, 4) with self.subTest(date=date): > self.do_test_DateValue(date) tests/test_value.py:426: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/test_value.py:420: in do_test_DateValue self.do_conversion_tests(value, py_date.isoformat(), seconds) tests/test_value.py:83: in do_conversion_tests self.assertAlmostEqual(result, float(number), places=5) E AssertionError: 1720040448.0 != 1720051200.0 within 5 places (10752.0 difference) =========================== short test summary info ============================ FAILED tests/test_value.py::TestValueModule::test_DateValue - AssertionError:... =================== 1 failed, 52 passed, 8 skipped in 0.30s ==================== -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2435698 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202435698%23c3 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
