refactor: Fix DeprecationWarnings for datetime methods in job tests by chalmerlowe · Pull Request #2185 · googleapis/python-bigquery

@google-labs-jules

Replaced calls to deprecated `datetime.datetime.utcnow()` with
`datetime.datetime.now(datetime.UTC)` in `tests/unit/job/test_base.py`.

Replaced calls to deprecated `datetime.datetime.utcfromtimestamp()` with
`datetime.datetime.fromtimestamp(timestamp, datetime.UTC)` in
`tests/unit/job/helpers.py`.

These changes address the specific warnings identified in the issue
for these two files.

@chalmerlowe requested a review from a team

May 14, 2025 18:48

chalmerlowe

@chalmerlowe

chalmerlowe

@chalmerlowe

shollyman

@chalmerlowe

@chalmerlowe