chore: update dependencies #11584
Annotations
5 errors and 1 warning
test (dev)
The job was canceled because "deploy" failed.
|
test (dev):
tests/ui/circulation/test_actions_extend.py#L230
test_extend_on_item_on_loan_with_no_requests
AssertionError: assert '20250130' == '20250131'
- 20250131
? ^
+ 20250130
? ^
|
test (dev):
tests/ui/circulation/test_extend_external.py#L83
test_item_loans_extend_duration
AssertionError: assert '2022-01-23' == '2022-01-21'
- 2022-01-21
? ^
+ 2022-01-23
? ^
|
test (dev):
tests/ui/loans/test_loans_api.py#L581
test_request_expire_date
assert datetime.date(2025, 1, 16) == datetime.date(2025, 1, 15)
+ where datetime.date(2025, 1, 16) = <built-in method date of datetime.datetime object at 0x7f94d70d31b0>()
+ where <built-in method date of datetime.datetime object at 0x7f94d70d31b0> = datetime.datetime(2025, 1, 16, 0, 11, 8, 525285, tzinfo=UTC+01:00).date
+ and datetime.date(2025, 1, 15) = <built-in method date of datetime.datetime object at 0x7f94d7127810>()
+ where <built-in method date of datetime.datetime object at 0x7f94d7127810> = datetime.datetime(2025, 1, 15, 23, 11, 9, 132690).date
+ where datetime.datetime(2025, 1, 15, 23, 11, 9, 132690) = <built-in method today of type object at 0x7f9539a63000>()
+ where <built-in method today of type object at 0x7f9539a63000> = datetime.today
|
test (dev)
The operation was canceled.
|
test (deploy)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|