#272 inventory: There is no StringIO in python3
Merged by astepano. Opened by stefw.
stefw/standard-test-roles no-stringio  into  master

Download 272.patch

We don't need to use StringIO in standard-inventory-qcow2
It's not available by default in python3 and it doesn't
have a useful use here.

Otherwise I see the following failure:

  [WARNING]:  * Failed to parse /data/src/standard-test-roles/inventory/standard-inventory-qcow2 with script plugin:
 Inventory script (/data/src/standard-test-roles/inventory/standard-inventory-qcow2) had an execution error: Traceback
 (most recent call last):   File "/data/src/standard-test-roles/inventory/standard-inventory-qcow2", line 13, in
 <module>     import StringIO ModuleNotFoundError: No module named 'StringIO'

Thank you. Look good. Merge.

Commit 659c7ce6 fixes this pull-request

Pull-Request has been merged by astepano

Pull-Request has been merged by astepano

Metadata