-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ v3 major work in progress #73
Comments
Multiple pytest plugins related to ansible exist, the goal here is to combine them into one here. Please see the following community discussion topic ansible-community/community-topics#203 As a safeguard, a new branch was created called stable/2.x on March 27th 2023. If you rely on functionality from the master branch which was not in the 2.2.4 release, please use that branch if you encounter errors. The general approach now is:
More to come here, but just wanted to give everyone a heads up on the approach |
@Ruchip16 You can now start addresing the temporary excludes from https://github.com/ansible-community/pytest-ansible/blob/main/pyproject.toml#L87-L125 -- basically remove one by one while fixing them. You remove the line, run the linter again and change the code to address the issue. Most of them should be very easy to fix but if you spot some that you cannot figure exactly how to do, skip them and do the others. You can later talk with me and/or @cidrblock and see how to deal with the remaining ones. In fact @shatakshiiii could also give you some hints as she also did the same kind of cleanup work in the past. |
cool, am on it! |
Please see below:
The text was updated successfully, but these errors were encountered: