Skip to content

Commit 4bba47d

Browse files
committed
ci: drop instantiation of machine-id
Now the tests should pass without it.
1 parent 8f84fbe commit 4bba47d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/install.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,4 @@ jobs:
7676
# Avoid importing the systemd module from the git repository
7777
cd /
7878
python3 -c 'from systemd import journal; print(journal.__version__)'
79-
# Initialize /etc/machine-id if it's empty to make the tests happy
80-
[[ ! -s /etc/machine-id ]] && systemd-id128 new >/etc/machine-id
8179
pytest -v --pyargs systemd

0 commit comments

Comments
 (0)