- Bump version: 10.2.37 → 10.2.38 - Fix booting non-encrypted live images activate_luks returned true if the passed blockdev was not luks. - Fix pytest type hint issue Running on pytest < 7 causes an AttributeError: module 'pytest' has no attribute 'Config'. Quoting the type hint argument to be a string and accessing the elements of pytestconfig via getattr() and a default value workarounds the issue for older pytest versions - Fix platform mock for kis builder unit testing - Fix s390 unit test Forgot to mock the architecture properly. This commit fixes it OBS-URL: https://build.opensuse.org/request/show/1329679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=143
Description
No description provided
Languages
Shell
100%