Fails test under python 3.6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
proliantutils |
New
|
Undecided
|
Unassigned |
Bug Description
Under Python 3.6, there's the below issue with unit tests when building the Debian package. Note that for me, it worked in Python 2.7 and 3.5.
=======
FAIL: proliantutils.
proliantutils.
-------
_StringException: Traceback (most recent call last):
File "/usr/lib/
return func(*args, **keywargs)
File "/home/
raw_fw_file, is_extracted = fw_img_
File "/home/
extract_path = os.path.
File "/usr/lib/
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not MagicMock