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 55b0ece0e7 CI: Test SSH password authentication without sshpass command
Ansible 12 (ansible-core 2.19) has gained support for specifying an SSH
password, without requiring `sshpass`. It specifies the environment variable
`SSH_ASKPASS` such that `ansible` itself is called.

Mitogen is already able to support this. This change provides test coverage of
the new feature by not installing `sshpass` on macOS runners. when Ansible 12
is under test. Ubuntu runners come with `sshpass` pre-installed.

Required Ansible is also bumped to the latest pre-releases, for relevant
fixes.
7 months ago
.ci CI: Test SSH password authentication without sshpass command 7 months ago
.github CI: Test SSH password authentication without sshpass command 7 months ago
ansible_mitogen ansible_mitogen: Replace use of `ansible.parsing.utils.jsonify.jsonify()` 7 months ago
docs CI: Test SSH password authentication without sshpass command 7 months ago
examples Remove get_password_hash, unused 1 year ago
mitogen Begin 0.3.25dev 8 months ago
scripts add Python3 compatibility 2 years ago
tests CI: Test SSH password authentication without sshpass command 7 months ago
.gitignore chore: Ignore locally installed collections, dummy modules, etc 8 months ago
.lgtm.yml Whoops, merge together lgtm.yml and .lgtm.yml 7 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 1 year 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` 7 months ago
setup.py packaging: Handle pre-release __version__ tuples 8 months ago
tox.ini CI: Test SSH password authentication without sshpass command 7 months ago

README.md