Skip to content

Fix pytest warning #41

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

Merged
merged 1 commit into from
May 29, 2024
Merged

Fix pytest warning #41

merged 1 commit into from
May 29, 2024

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented May 29, 2024

Applying pytest.mark.usefixtures on a pytest fixture does not have any effect, see https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function. The idea was to call wipe_cluster, but we do it explicitly now anyways.

Relates elastic/elasticsearch-py#2577

@pquentin pquentin merged commit 209a5dc into elastic:main May 29, 2024
18 of 19 checks passed
@pquentin pquentin mentioned this pull request Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants