forked from rpms/leapp-repository
c64266d19b
- Introduce new upgrade path RHEL 8.9 -> 9.3 - Update leapp data files to reflect new changes between systems - Detect and report use of deprecated Xorg drivers - Minor improvements of generated reports - Fix false positive report about invalid symlinks - Inhibit the upgrade when unsupported x86-64 microarchitecture is detected - Resolves: rhbz#2215997
22 lines
760 B
Diff
22 lines
760 B
Diff
From d1a7170b5076f03673b17ffd56dd4eb121f4ae2c Mon Sep 17 00:00:00 2001
|
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
|
Date: Thu, 23 Mar 2023 17:11:33 +0100
|
|
Subject: [PATCH 20/30] Set encoding for tests
|
|
|
|
---
|
|
.../common/actors/rootscanner/tests/test_rootscanner.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py b/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py
|
|
index d0e5626a..659a3017 100644
|
|
--- a/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py
|
|
+++ b/repos/system_upgrade/common/actors/rootscanner/tests/test_rootscanner.py
|
|
@@ -1,3 +1,4 @@
|
|
+# -*- coding: utf-8 -*-
|
|
import os
|
|
import shutil
|
|
import tempfile
|
|
--
|
|
2.40.1
|
|
|