Leonard Crestez
Leonard Crestez
If you import something in multiple steps you get an error like "WARNING: Cannot resolve import of $BLAH in $BAR [autoapi.python_import_resolution]". More specifically I'm refering to a scenario like this:...
This adds a new class for managing [lockable resources](https://github.com/jenkinsci/lockable-resources-plugin) from python. It includes some helpful context managers so you can do stuff like this: ``` with jenkins.lockable_resources.reservation_by_label("aaa") as r: print(f"locked...
Multiple Changes: * Add `mypy` to the git workflow "lint" step * Add mypy and types-* packages to pyproject.toml * Remove compat imports for "unittest2" and "mock" which are long...
From [ssh_config manual](https://man.openbsd.org/ssh_config#ProxyJump): > Setting the host to none disables this option entirely. However pyinfra will attempt to proxy-jump through the literal hostname "none" and fail on the name resolution...