Mirror of mitogen
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.
 
 
 
Go to file
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
.ci tests: pin idna to last supporting 2.6-compat version. 6 years ago
.github .github: suggest file attachments for large logs 6 years ago
ansible_mitogen ansible: fix test failure during process exit. 6 years ago
docs issue #414: reinitialize service pool lock on fork 6 years ago
examples core: many docstring updates and an example substitute for Channel 6 years ago
mitogen core: replace ancient YOLO loop in fire(). 6 years ago
tests tests: use assert_equal in more places. 6 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml Turn on Travis build notifcations, but send them to IRC. 6 years ago
LICENSE Add license text everywhere. 7 years ago
README.md Motivational shame badges back in README 6 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests Pythonize, split out and parallelize all jobs. 6 years ago
setup.cfg Ignore another annoying flake8 message. 7 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini Add tests/ansible/requirements.txt to Tox. 6 years ago

README.md