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:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:02 +0000
commitfd789a6d95e69c38bef1aa8625f7fbd16660a201 (patch)
treeffbd8a5e6915119a32cbf70cd2e1aa62ebe0ca72 /tests/lint_tests/test_lint_changelog.py
parentAdding debian version 0.1.35. (diff)
downloaddebputy-fd789a6d95e69c38bef1aa8625f7fbd16660a201.tar.xz
debputy-fd789a6d95e69c38bef1aa8625f7fbd16660a201.zip
Merging upstream version 0.1.36.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/lint_tests/test_lint_changelog.py')
-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