Skip to content
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

Update version of development tools used. #1193

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rjeffman
Copy link
Member

@rjeffman rjeffman commented Dec 19, 2023

Some of the tools used to develop ansible-freeipa were outdated. This PR updates them to use, whenever possible, the latest version available.

It also changes the rule of using the latest version available as a Fedora package, as some of the available versions in Fedora are outdated, such as Flake8. The rationale is that a pip configuration file should not be restricted to the available Fedora version, and set the minimum version to use when using pip.

@rjeffman rjeffman marked this pull request as draft December 20, 2023 14:32
@rjeffman

This comment was marked as outdated.

When using 'pip' with the requirements files, we should be using the
latest stable version of the Python packages used for ansible-freeipa
development, as most of them are related to code linting.

This patch sets the minimum version for the packages when installing
through 'pip'.
@rjeffman rjeffman changed the title Ignore false positives PEP8 issues in utils/check_test_configuration.py Update version of development tools used. Dec 21, 2023
@rjeffman rjeffman force-pushed the flake8_issue_utils branch 3 times, most recently from 3d824ee to 1008fc1 Compare December 21, 2023 00:52
Update the usage of Github actions to the latest available version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant