ef7bfd5771
With eventlet SubprocessError raised by Popen seem to have different class from subprocess.SubprocessError accessible from test. I don't have proper solution for this, it seems somewhere old SubprocessError is cached and then eventlet overrides it, so it is not visible from test method context. This workaround seems to be good enough to unblock gate. Change-Id: If5ae0911e14671e05aca5e393c5cc183b72703d6 Closes-Bug: #1688201 |
||
---|---|---|
.. | ||
__init__.py | ||
test_lockutils_eventlet.py | ||
test_lockutils.py | ||
test_processutils.py |