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
Georgina Shippey b61788bfea Make OpenStack collections qualify for NewStylePlanner
To be detected as a NewStyle module mitogen expects that your module
imports ansible.module_utils. However the OpenStack collections modules
import a utility module which then imports ansible.module_utils.
Due to the naive way mitogen checks for this import the Openstack collections
modules do not qualify currently as being NewStyle as there is a layer of abstraction,
therefore causing them to fail down the line as they are run with the OldStylePlanner.
My fix is as equally naive!
4 years ago
.ci tests: Update test coverage to Python 3.9 4 years ago
.github issue #574: fix ISSUE_TEMPLATE link 6 years ago
ansible_mitogen Make OpenStack collections qualify for NewStylePlanner 4 years ago
docs Add the msvcrt moduleto the default module deny list 4 years ago
examples Fix up another handful of LGTM errors. 5 years ago
mitogen Bump version to 0.3.0rc1 4 years ago
scripts remove unused imports flagged by lgtm 5 years ago
tests tests: Update test coverage to Python 3.9 4 years ago
.gitignore Add tests/ansible/.*.pid to gitignore (for ansible_mitogen/process.py) 5 years ago
.lgtm.yml Whoops, merge together lgtm.yml and .lgtm.yml 5 years ago
.travis.yml tests: Update test coverage to Python 3.9 4 years ago
LICENSE Bump copyright year and use generic author name (testing Travis) 4 years ago
MANIFEST.in setup.py: include LICENSE; closes #538. 6 years ago
README.md Update badges for new mitogen-hq organisation 4 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py preamble_size: make it work on Python 3. 5 years ago
run_tests Allow independant control of coverage erase and reporting 6 years ago
setup.cfg Declare universal wheel support 4 years ago
setup.py Bump version to 0.3.0rc1 4 years ago
tox.ini tests: Add unofficial Tox environments for Ansible tests 4 years ago

README.md