Skip to content

Commit

Permalink
Fix another pytz import in test
Browse files Browse the repository at this point in the history
(d'oh)
  • Loading branch information
MatthiasValvekens committed Nov 18, 2023
1 parent b2b5666 commit f56d3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_revocation_mode_soft_fail():
context = ValidationContext(
trust_roots=ca_certs,
other_certs=other_certs,
moment=datetime(2023, 1, 10, tzinfo=pytz.UTC),
moment=datetime(2023, 1, 10, tzinfo=timezone.utc),
allow_fetching=True,
weak_hash_algos={'md2', 'md5'},
fetcher_backend=MockFetcherBackendWithValidationError(),
Expand Down

0 comments on commit f56d3f9

Please sign in to comment.