summaryrefslogtreecommitdiffstats
path: root/debian/tests/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control20
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,
+ @,