David Shrewsbury

Results 15 issues of 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. -...

docs
needs_triage

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...

bug
verified

These were added in PR #3.

needs_triage

Add testing environment for future Python 3.13 release.

needs_triage

This was missed in PR #1379

needs_triage

* 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`...

docs
needs_triage

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...

docs