From d888f6382190d28094f2473e16fa04e3004a825b Mon Sep 17 00:00:00 2001 From: tomasfratrik Date: Sun, 3 Nov 2024 23:21:33 +0100 Subject: [PATCH] fix2 --- commands/tests/test_upgrade_paths.py | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/tests/test_upgrade_paths.py b/commands/tests/test_upgrade_paths.py index 8592729511..237ee4ff00 100644 --- a/commands/tests/test_upgrade_paths.py +++ b/commands/tests/test_upgrade_paths.py @@ -28,7 +28,6 @@ def test_get_target_version(mock_open, monkeypatch): def test_vet_upgrade_path(mock_open, monkeypatch): monkeypatch.setattr(command_utils, 'get_os_release_version_id', lambda x: '8.6') - # make sure env var LEAPP_DEVEL_TARGET_RELEASE takes precedence # when env var set to a bad version - abort the upgrade args = mock.Mock(target='9.0')