aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/tests/unit/ci
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2024-09-06 10:58:24 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2024-09-06 12:02:20 +0200
commite8c1a3da8d98f09a1b455d6eebe17c1345e7bfbc (patch)
tree3dbc5377c1d31336851525a14bce1e8d8c6ecde1 /xtesting/tests/unit/ci
parenta1ba6fb90620f04ef49f5d29d5ce0e2d812e37b2 (diff)
Update to Alpine 3.20
Please note that it also updates python to 3.12. Change-Id: I715194304b37b9cd52affa998a94ba5ec52e7732 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/tests/unit/ci')
-rw-r--r--xtesting/tests/unit/ci/test_run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/tests/unit/ci/test_run_tests.py b/xtesting/tests/unit/ci/test_run_tests.py
index e2a2712c..1cf300e7 100644
--- a/xtesting/tests/unit/ci/test_run_tests.py
+++ b/xtesting/tests/unit/ci/test_run_tests.py
@@ -95,7 +95,7 @@ class RunTestsTesting(unittest.TestCase):
pass
envfile = 'rc_file'
with mock.patch('builtins.open',
- mock.mock_open(read_data=msg)) as mock_method,\
+ mock.mock_open(read_data=msg)) as mock_method, \
mock.patch('os.path.isfile', return_value=True):
mock_method.return_value.__iter__ = lambda self: iter(
self.readline, '')