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 a few dev requirements #15203

Merged
merged 3 commits into from
May 20, 2024
Merged

Update a few dev requirements #15203

merged 3 commits into from
May 20, 2024

Conversation

AlanCoding
Copy link
Member

SUMMARY

This is intended to address the warnings:

/var/lib/awx/venv/awx/lib64/python3.11/site-packages/xdist/dsession.py:70: PytestDeprecationWarning: The hookimpl DSession.pytest_sessionstart uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(trylast=True) decorator instead
 to configure the hooks.

Because we are pinned to an older version of xdist but using newer pytest, so this doesn't give the library a chance to update plugin style to pytest changes. Also, the stated reason for the pin appears to no longer be applicable.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label May 17, 2024
@TheRealHaoLiu TheRealHaoLiu enabled auto-merge (squash) May 20, 2024 23:22
@TheRealHaoLiu TheRealHaoLiu merged commit 8de8f6d into ansible:devel May 20, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:api dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants