RuntimeError: generator raised StopIteration in python 3.7 in unit test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
In Progress
|
Medium
|
zhurong |
Bug Description
Hi,
When building Murano Rocky RC1 in Debian Sid, the below unit test fails. This is specific to Python 3.7, which is available in both Ubuntu and Debian.
=======
FAIL: murano.
murano.
-------
_StringException: Traceback (most recent call last):
File "/<<PKGBUILDDIR
[(t, trace + [item]) for t in gc.get_
File "/usr/lib/
return _mock_self.
File "/usr/lib/
result = next(effect)
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/
return func(*args, **keywargs)
File "/<<PKGBUILDDIR
for obj in helpers.
RuntimeError: generator raised StopIteration
Changed in murano: | |
status: | Confirmed → In Progress |
murano master branch fixed this bug in: https:/ /review. openstack. org/#/c/ 637346/