Denys Levchenko

Results 3 issues of Denys Levchenko

### Pull Request check-list _Please make sure to review and check all of these items:_ - [x] Does `$ tox` pass with this change (including linting)? - [x] Do the...

#36 introduced possibility to specify several environments (Jenkins hosts) in one ```.jenkins-cli``` file Now we have problem with jobs auto completions described in [This pull request](https://github.com/LD250/jenkins-cli-python/pull/46) The possible solution is...

Eventlet 0.31.0 causes runtime exception in RYU v4.34 ``` ... ./ryu/app/wsgi.py:111: in _AlreadyHandledResponse from eventlet.wsgi import ALREADY_HANDLED E ImportError: cannot import name 'ALREADY_HANDLED' ``` gunicorn has same problems: https://github.com/eventlet/eventlet/issues/702 This...