1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

Merge pull request #30972 from mrc0mmand/ci-unit-tests-ukify

ci: install python3-pytest for ukify tests
This commit is contained in:
Luca Boccassi 2024-01-17 11:46:45 +00:00 committed by GitHub
commit ddf934cf04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ ADDITIONAL_DEPS=(
python3-pefile
python3-pyelftools
python3-pyparsing
python3-pytest
rpm
zstd
)

View File

@ -871,7 +871,7 @@ def generate_key_cert_pair(
# supported/expected:
# https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-secure-boot-key-creation-and-management-guidance?view=windows-11#12-public-key-cryptography
now = datetime.datetime.now(datetime.UTC)
now = datetime.datetime.now(datetime.timezone.utc)
key = rsa.generate_private_key(
public_exponent=65537,