summaryrefslogtreecommitdiffstats
path: root/tests/test_substitute.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:23:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:23:10 +0000
commit953c726d25fcca2d0b0ab5791bcae0e301b1c7ab (patch)
treed34d18bfc91c666a54a8a32961e3352df3b81ad0 /tests/test_substitute.py
parentReleasing progress-linux version 0.1.46-0.0~progress7.99u1. (diff)
downloaddebputy-953c726d25fcca2d0b0ab5791bcae0e301b1c7ab.tar.xz
debputy-953c726d25fcca2d0b0ab5791bcae0e301b1c7ab.zip
Merging upstream version 0.1.47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/test_substitute.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_substitute.py b/tests/test_substitute.py
index a83cc7f..81eb2e0 100644
--- a/tests/test_substitute.py
+++ b/tests/test_substitute.py
@@ -1,6 +1,7 @@
import pytest
from debputy.architecture_support import faked_arch_table
+from debputy.commands.debputy_cmd.output import no_fancy_output
from debputy.dh_migration.models import (
DHMigrationSubstitution,
AcceptableMigrationIssues,
@@ -55,7 +56,7 @@ def test_substitution_match(debputy_plugin_feature_set, value, expected) -> None
def test_migrate_substitution() -> None:
- feature_migration = FeatureMigration("test migration")
+ feature_migration = FeatureMigration("test migration", no_fancy_output())
subst = DHMigrationSubstitution(
MOCK_DPKG_ARCH_TABLE,
AcceptableMigrationIssues(frozenset()),