summaryrefslogtreecommitdiffstats
path: root/tests/lint_tests/test_lint_changelog.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:03 +0000
commitb1670b2c069063e9125fdc69af2c197b23c918ed (patch)
treec9f783ccf9e3cae1619120a99a983418a853bcc6 /tests/lint_tests/test_lint_changelog.py
parentReleasing progress-linux version 0.1.35-0.0~progress7.99u1. (diff)
downloaddebputy-b1670b2c069063e9125fdc69af2c197b23c918ed.tar.xz
debputy-b1670b2c069063e9125fdc69af2c197b23c918ed.zip
Merging upstream version 0.1.36.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/lint_tests/test_lint_changelog.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/lint_tests/test_lint_changelog.py b/tests/lint_tests/test_lint_changelog.py
index b5ab69e..2e48b82 100644
--- a/tests/lint_tests/test_lint_changelog.py
+++ b/tests/lint_tests/test_lint_changelog.py
@@ -7,10 +7,7 @@ from debputy.packages import DctrlParser
from debputy.plugin.api.feature_set import PluginProvidedFeatureSet
from lint_tests.lint_tutil import LintWrapper
-try:
- from lsprotocol.types import Diagnostic, DiagnosticSeverity
-except ImportError:
- pass
+from debputy.lsprotocol.types import DiagnosticSeverity
@pytest.fixture