Skip to content

Commit

Permalink
Remove override from config
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-watson committed Oct 16, 2024
1 parent 3ed2678 commit 40c4a22
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion convert2rhel/actions/system_checks/package_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def run(self):
diagnosis=package_not_up_to_date_error_message,
remediations="Run yum update to update all the packages on the system.",
)
return

else:
logger.info("System is up-to-date.")
1 change: 0 additions & 1 deletion convert2rhel/toolopts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"inhibitor_overrides": [
"incomplete_rollback",
"tainted_kernel_module_check_skip",
"outdated_package_check_skip",
"allow_older_version",
"allow_unavailable_kmods",
"configure_host_metering",
Expand Down
2 changes: 0 additions & 2 deletions convert2rhel/unit_tests/toolopts/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def test_options_from_config_files_invalid_head_and_options(self, content, expec
[inhibitor_overrides]
incomplete_rollback = false
tainted_kernel_module_check_skip = false
outdated_package_check_skip = false
allow_older_version = false
allow_unavailable_kmods = false
configure_host_metering = false
Expand All @@ -143,7 +142,6 @@ def test_options_from_config_files_invalid_head_and_options(self, content, expec
{
"incomplete_rollback": False,
"tainted_kernel_module_check_skip": False,
"outdated_package_check_skip": False,
"allow_older_version": False,
"allow_unavailable_kmods": False,
"configure_host_metering": False,
Expand Down

0 comments on commit 40c4a22

Please sign in to comment.