diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:23:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:23:10 +0000 |
commit | e51eaffe9a6ee6539362cfc25ea8f2c1eace29b5 (patch) | |
tree | d651f7897fa5efa574d04fe0a3dc7e7d77084da0 /tests/test_substitute.py | |
parent | Adding debian version 0.1.46. (diff) | |
download | debputy-e51eaffe9a6ee6539362cfc25ea8f2c1eace29b5.tar.xz debputy-e51eaffe9a6ee6539362cfc25ea8f2c1eace29b5.zip |
Merging upstream version 0.1.47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_substitute.py')
-rw-r--r-- | tests/test_substitute.py | 3 |
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()), |