David Shrewsbury
David Shrewsbury
Based on #647 Changes ======= - Removes `requirements_parser` Python dependency. - Dependency sanitization functionality is removed. - The `--sanitize` option still exists, but is hidden, and it does nothing. -...
Need to fix typing errors in current code base and add a CI job to detect errors. `mypy` currently reports many such errors.
Setting `project_dir` in the `interface.run()` method does not appear to work. Example: ``` r = ansible_runner.run( private_data_dir='demo', playbook='test.yml', project_dir='my_project', ) ``` This should find the `demo/my_project/test.yml` playbook, but instead fails...
* Sphinx and the related documentation requirements were rather outdated. Upgrade to more recent versions as supported by our minimum Python 3.9. * Align the `sphinx-build` call parameters in `tox.ini`...
This forces transmitter and worker to same version (or we could force worker to a >= version). Not sure how realistic this is since users can build their own EE...