From 4bba47da39d9ffb9c79af9ec575c38579e7a0cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 17 Aug 2022 12:19:24 +0200 Subject: ci: drop instantiation of machine-id Now the tests should pass without it. --- .github/workflows/install.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 6a8cc39..c1d202c 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -76,6 +76,4 @@ jobs: # Avoid importing the systemd module from the git repository cd / python3 -c 'from systemd import journal; print(journal.__version__)' - # Initialize /etc/machine-id if it's empty to make the tests happy - [[ ! -s /etc/machine-id ]] && systemd-id128 new >/etc/machine-id pytest -v --pyargs systemd -- cgit v1.2.1