summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-17 12:19:24 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-17 12:19:24 +0200
commit4bba47da39d9ffb9c79af9ec575c38579e7a0cda (patch)
tree2023f35fe89a5c79aae1ae9594a00b98cdb29571
parent8f84fbe8c2bdcea957829cd903f0c9dc62cefaed (diff)
downloadpython-systemd-4bba47da39d9ffb9c79af9ec575c38579e7a0cda.tar.gz
ci: drop instantiation of machine-id
Now the tests should pass without it.
-rw-r--r--.github/workflows/install.yml2
1 files changed, 0 insertions, 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