py3.7 test failures
Bug #1785255 reported by
Corey Bryant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pypowervm |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The following failures occur when running unit tests with Py3.7: https:/
Changed in pypowervm: | |
status: | New → Confirmed |
Changed in pypowervm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
the StopIteration issue is now fixed in the develop branch with https:/ /github. com/powervm/ pypowervm/ commit/ f9e85f989884dc9 5ac4706a4c043e7 546c9ed716
I'm not really sure what to make of the garbage collection issue. The only py3.7 change that I've found related to gc is https:/ /docs.python. org/3/whatsnew/ 3.7.html# gc and I wouldn't have expected that to be an issue here. Anyone else have an idea?
The good news is that all of these issues are in unit tests, not in the code that a client would import.