oslo.concurrency/oslo_concurrency/tests
Yuriy Taraday ef7bfd5771 Check for SubprocessError by name on Python 3.x
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
2017-06-29 16:12:12 +04:00
..
unit Check for SubprocessError by name on Python 3.x 2017-06-29 16:12:12 +04:00
__init__.py Add eventlet test check to new tests __init__.py 2015-02-06 17:32:39 +00:00