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
Alex Willmer f330c2b158 CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests
Ansible >= 12 (ansible-core >= 2.19) deprecates `stdout_callback=yaml`,
superceded by `callback_result_format=yaml`. There is a change in behaviour:
`callback_result_format` applies to output of both `ansible-playbook` _and_
`ansible`.

Tests that run `ansible` in a subprocess are now explicitly configured to use
json (even if they don't inspect that output yet) for more assert-able output
across all versions of Ansible.
6 months ago
.ci CI: Upgrade Github jobs from Ubuntu 20.04 to 22.04 & 24.04 8 months ago
.github ansible_mitogen: alpha datatag handling & CI for Ansible 12 (ansible-core 2.19) 7 months ago
ansible_mitogen ansible_mitogen: Replace use of `ansible.parsing.utils.jsonify.jsonify()` 6 months ago
docs CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests 6 months ago
examples Remove get_password_hash, unused 1 year ago
mitogen Continue 0.3.25dev 6 months ago
scripts add Python3 compatibility 2 years ago
tests CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests 6 months ago
.gitignore chore: Ignore locally installed collections, dummy modules, etc 7 months ago
.lgtm.yml Whoops, merge together lgtm.yml and .lgtm.yml 6 years ago
LICENSE Bump copyright year and use generic author name (testing Travis) 5 years ago
MANIFEST.in setup.py: include LICENSE; closes #538. 7 years ago
README.md docs: shields.io badges for PyPI version & supported Python versions 1 year ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 7 years ago
netlify.toml docs: Attempt to configure Netlify build of mitogen.networkgenomics.com 12 months ago
preamble_size.py mitogen.parent: Remove tabs from minimized first stage 4 years ago
run_tests tests: Remove unittest2, use stdlib unittest 4 years ago
setup.cfg Keep comatibility with `setuptools` tagging wheels with `py2.py3` 6 months ago
setup.py packaging: Handle pre-release __version__ tuples 7 months ago
tox.ini CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests 6 months ago

README.md