We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fca82b commit fcaab8eCopy full SHA for fcaab8e
meson.build
@@ -50,7 +50,6 @@ run_target(
50
command: ['ctags', '-R', '@SOURCE_ROOT@/systemd'],
51
)
52
53
-# The '--no-editable' option tells uv to install the systemd package so that Sphinx can import it and extract docstrings.
54
run_target(
55
'doc',
56
command: [
@@ -64,7 +63,6 @@ run_target(
64
63
],
65
66
67
-# The '--no-editable' option tells uv to install the systemd package so tests can import it.
68
test(
69
'pytest',
70
python,
0 commit comments