From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:58:19 +0000 (+0200) Subject: Always set distribution in tests X-Git-Tag: v18~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422df9ef6afa4924510c14419ea2b4a00fc1ceed;p=thirdparty%2Fmkosi.git Always set distribution in tests Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- diff --git a/tests/test_config.py b/tests/test_config.py index 1ecdf3c9c..6678aa309 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -556,6 +556,9 @@ def test_wrong_section_warning( Path("mkosi.conf").write_text( "\n".join( f"""\ + [Distribution] + Distribution=fedora + [{section}] ImageId=testimage """