diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:06:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:06:30 +0000 |
commit | 62f261dbc1fefb1d8d5bed32c4b5502ca39f1638 (patch) | |
tree | 6f8183fd156b477b005ed0d022eeb6ce057a06a4 /debian/tests | |
parent | Merging upstream version 0.1.22. (diff) | |
download | debputy-62f261dbc1fefb1d8d5bed32c4b5502ca39f1638.tar.xz debputy-62f261dbc1fefb1d8d5bed32c4b5502ca39f1638.zip |
Merging debian version 0.1.22.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/debian/tests/control b/debian/tests/control index 642bb5c..16f64a6 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,19 +1,17 @@ Tests: debputy-py.test Restrictions: allow-stderr -Depends: - @, - python3-pytest, - python3-lsprotocol, - python3-all, -# debputy loads the library directly for one of the tests. - libcap2, +# debputy loads the libcap2 library directly for one of the tests +Depends: libcap2, + python3-all, + python3-lsprotocol, + python3-pytest, + @, Tests: debputy-cli Restrictions: allow-stderr, superficial -Depends: @ +Depends: @, Tests: debputy-cli-lint-lsp Restrictions: allow-stderr, superficial -Depends: - @, - python3-lsprotocol, +Depends: python3-lsprotocol, + @, |