You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/ansible_mitogen
David Wilson 6ca2677de5 ansible: fix test failure during process exit.
======================================================================
ERROR: tests.connection_test (unittest2.loader._FailedTest)
----------------------------------------------------------------------
Traceback (most recent call last):
ImportError: Failed to import test module: tests.connection_test
Traceback (most recent call last):
  File "/home/dmw/src/mitogen/.venv/local/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
    module = self._get_module_from_name(name)
  File "/home/dmw/src/mitogen/.venv/local/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
    __import__(name)
RuntimeError: not holding the import lock
6 years ago
..
plugins ansible: initial mitogen_host_pinned strategy. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
connection.py issue #424: ansible: make put_file() raise AnsibleFileNotFound 6 years ago
loaders.py issue #400: rework the monkeypatch. 6 years ago
logging.py issue #61: unused import (reported by LGTM) 6 years ago
mixins.py issue #61: unused import (reported by LGTM) 6 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 6 years ago
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 6 years ago
planner.py issue #61: unused variable (reported by LGTM) 6 years ago
process.py ansible: fix test failure during process exit. 6 years ago
runner.py issue #61: unused import (reported by LGTM) 6 years ago
services.py issue #461: Ansible 2.3-compatible _get_candidate_temp_dirs(). 6 years ago
strategy.py issue #61: unused variable (reported by LGTM) 6 years ago
target.py issue #426: apply_mode_spec() must handle bytes. 6 years ago