]> git.ipfire.org Git - thirdparty/mkosi.git/commit
tests: Skip test_tools() when in sandbox 3788/head
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Tue, 1 Jul 2025 20:44:46 +0000 (22:44 +0200)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Tue, 1 Jul 2025 20:47:13 +0000 (22:47 +0200)
commitcf0ce1508ef9ad9525497647a66de240a40e3f4d
treee80373f57bee1eab665877bb285707237f3ec80f
parent1de9bd61e0602c8512f2a1893a50d36efab5053b
tests: Skip test_tools() when in sandbox

If we're running inside mkosi sandbox, we don't parse the default
tools tree configuration, which this test depends on, so skip it
when running in the sandbox.
tests/test_config.py