fixing nosetest error 84/291384/14
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 14 Apr 2023 05:42:37 +0000 (14:42 +0900)
committerwang biao <biao716.wang@samsung.com>
Thu, 4 May 2023 03:47:06 +0000 (11:47 +0800)
commit7da30339488312e43469a4aa72e7cdf224a61345
tree33c4931ad0c0534f1fd92cd619afbc35851d91ab
parent626d695158b83a7077dbc1835825f868c695b137
fixing nosetest error
In python3.x, there is configparser.py module, not ConfigParser.py module, and open need to accept a encoding parameter.

Change-Id: Id103210962ce0837f840e1ca13750f8c09e9d18b
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
12 files changed:
bsr/bsr/gbs/gbs_actions.py
gitbuildsys/conf.py
tests/test_config.py
tests/test_profile.py
tests/testdata/ini/bug387_inherit_only_passwdx.ini
tests/testdata/ini/bug387_inherit_only_user.ini
tests/testdata/ini/bug387_inline_auth_has_the_highest_priority.ini
tests/testdata/ini/bug387_only_password_no_user.ini
tests/testdata/ini/normal_passwdx.ini
tests/testdata/ini/passwdx.ini
tests/testdata/ini/profile.ini
tests/testdata/ini/subcommand.ini