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

Drop requirement for matching sanity constraints #79817

Merged
merged 1 commit into from Jan 25, 2023

Conversation

mattclay
Copy link
Member

SUMMARY

Each sanity test uses its own virtual environment, so there is no risk of conflicting requirements between tests.

It may still be a good idea to make an effort to keep frozen requirements in sync between tests.

Making it a hard requirement unnecessarily complicates updating individual tests and increases the risk of incorrect manual changes.

ISSUE TYPE

Test Pull Request

COMPONENT NAME

test/sanity/code-smell/test-constraints.py

Each sanity test uses its own virtual environment, so there is no risk of conflicting requirements between tests.

It may still be a good idea to make an effort to keep frozen requirements in sync between tests.

Making it a hard requirement unnecessarily complicates updating individual tests and increases the risk of incorrect manual changes.
@ansibot ansibot added affects_2.15 needs_triage Needs a first human triage before being processed. test This PR relates to tests. labels Jan 25, 2023
@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label Jan 25, 2023
@mattclay mattclay merged commit f4a38a7 into ansible:devel Jan 25, 2023
@mattclay mattclay deleted the at-no-sanity-match branch January 25, 2023 19:31
@ansible ansible locked and limited conversation to collaborators Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.15 test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants