You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the new logging changes are merged into Salt's master branch, adjust detection of those changes on SaltKey. (#118)
Bug Fixes
--timeout is now correctly passed for CLI factories when either timeout is defined on the configuration or when timeout is passed to the CLI factory constructor. (#117)
Trivial/Internal Changes
Test PyTest 7.0.x and 7.1.x & Fix tests requirements: (#116)
Don't allow pytest-subtests to upgrade pytest
Test under PyTest 7.0.x and 7.1.x
Force Jinja2 to be < 3.1 on Salt 3003.x
Fix the requirements of the example echo-extension
Explicitly pass a timeout to Salt CLI's on spawning platforms.
Windows builds were not getting passed the PYTEST_VERSION_REQUIREMENT env var.
Instead of just removing saltfactories.utils.ports and saltfactories.utils.processes, redirect the imports to the right library and show a deprecation warning. (#106)