diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:54:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:04:14 +0000 |
commit | 04ed2a5ec67fdd72a4113ba7e14968281f5f7312 (patch) | |
tree | a3ac1ed1972e7dff14e3f76fa85383b0fc5a3f5e /debian/tests/control | |
parent | Adding upstream version 0.1.21. (diff) | |
download | debputy-04ed2a5ec67fdd72a4113ba7e14968281f5f7312.tar.xz debputy-04ed2a5ec67fdd72a4113ba7e14968281f5f7312.zip |
Adding debian version 0.1.21.debian/0.1.21
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/tests/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..642bb5c --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,19 @@ +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, + +Tests: debputy-cli +Restrictions: allow-stderr, superficial +Depends: @ + +Tests: debputy-cli-lint-lsp +Restrictions: allow-stderr, superficial +Depends: + @, + python3-lsprotocol, |