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
Require Jinja2 3.0.0 #75881
Require Jinja2 3.0.0 #75881
Conversation
This comment has been hidden.
This comment has been hidden.
|
@mkrizek ansible-test should be updated to not install jinja2 using OS packages on RHEL by removing this line:
The FreeBSD setup should also be updated to remove jinja2 OS package references in this section: ansible/test/lib/ansible_test/_util/target/setup/bootstrap.sh Lines 153 to 163 in 2f531d7
In both cases I'd include a comment above those that states something like: # Jinja2 is not installed with an OS package since the provided version is too old.
# Instead, ansible-test will install it using pip. |
|
Now that the ansible/test/units/plugins/filter/test_mathstuff.py Lines 65 to 82 in 9a4346b
|
|
With the changes in this PR we should be able to clean up the integration tests quite a bit:
Some of the current CI failures will be resolved by making these changes. As part of these changes, some of the integration tests that are script based may be able to be converted to role based. |
This comment has been hidden.
This comment has been hidden.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
I just want to paste this here: Because, given time, a lot of people are probably going to hit this. Resolving it is a simple matter of upgrading |
SUMMARY
ci_complete
ISSUE TYPE
COMPONENT NAME
many