diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:12:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:12:27 +0000 |
commit | 9a0e4aab1d70d07211e71dbf66ec9ea5c957ebb8 (patch) | |
tree | bf12b6e712765855e336caea44fa46c2427f62cf /tests/test_interpreter.py | |
parent | Adding debian version 0.1.39. (diff) | |
download | debputy-9a0e4aab1d70d07211e71dbf66ec9ea5c957ebb8.tar.xz debputy-9a0e4aab1d70d07211e71dbf66ec9ea5c957ebb8.zip |
Merging upstream version 0.1.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_interpreter.py')
-rw-r--r-- | tests/test_interpreter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_interpreter.py b/tests/test_interpreter.py index 154ee4a..be8ec8a 100644 --- a/tests/test_interpreter.py +++ b/tests/test_interpreter.py @@ -127,6 +127,7 @@ def empty_manifest( dpkg_arch_query, no_profiles_or_build_options, debputy_plugin_feature_set, + "full", debian_dir=debian_dir, ).build_manifest() |