Robert Schweikert
1441588ca8
- Update to version 1.33.4 (bsc#1203170) * Fix the issue where watchdog sending signal to incorrect processes and add FIPS mode support * Apply additional check on awscredsuri option - from version 1.33.3 * Fix the potential stunnel hanging issue caused by full subprocess PIPE filled by stunnel log * Specify FIPS mode in configuration * Add separate env_path for macOS; Add comments * Update get-pip.py download url in README - from version 1.33.2 * Fix the incorrect path to generate read_ahead_kb config file and Bump the default tls port range from 400 to 1000 - Add patch to use unittest.mock instead of mock in testsuite * use_mock_from_unittest.patch - Use relative URL in Source field OBS-URL: https://build.opensuse.org/request/show/1005624 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=25
13 lines
414 B
Diff
13 lines
414 B
Diff
diff -Nru efs-utils-1.33.4.orig/test/common.py efs-utils-1.33.4/test/common.py
|
|
--- efs-utils-1.33.4.orig/test/common.py 2022-09-22 07:36:56.000000000 +0200
|
|
+++ efs-utils-1.33.4/test/common.py 2022-09-23 14:58:48.522147941 +0200
|
|
@@ -8,7 +8,7 @@
|
|
|
|
import subprocess
|
|
|
|
-from mock import MagicMock
|
|
+from unittest.mock import MagicMock
|
|
|
|
|
|
# The process mock can be retrieved by calling PopenMock(<init params>).mock
|