From 9d292128d2bf0b01873d1bff3adc888d18b20bd8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 9 Oct 2017 08:24:56 +0200 Subject: Remove test_upgrade_version This is the last v0.11.x release --- tests/unit/config/test_config.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/unit/config/test_config.py b/tests/unit/config/test_config.py index be526dac3..5bfc7dc95 100644 --- a/tests/unit/config/test_config.py +++ b/tests/unit/config/test_config.py @@ -397,19 +397,6 @@ class TestDefaultConfig: for cmd in conf.get_bindings_for(sectname).values(): runner.parse(cmd) - def test_upgrade_version(self): - """Fail when the qutebrowser version changed. - - The aim of this is to remind us to add a new file to old_configs. - - If the config file of the current release didn't change compared to the - last one in old_configs, just increment the version here. - - If it did change, place a new qutebrowser-vx.y.z.conf in old_configs - and then increment the version. - """ - assert qutebrowser.__version__ == '0.11.0' - @pytest.mark.parametrize('filename', os.listdir(os.path.join(os.path.dirname(__file__), 'old_configs')), ids=os.path.basename) -- cgit v1.2.3-54-g00ecf