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

noxfile: update pytest DeprecationWarning ignore stmt #2696

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

Jasha10
Copy link
Collaborator

@Jasha10 Jasha10 commented Jul 1, 2023

Closes #2692.

Pytest was failing with a DeprecationWarning from a downstream dependency.
This PR reconfigures the python warnings filter to ignore the warning.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 1, 2023
@shagunsodhani shagunsodhani self-requested a review July 2, 2023 18:23
Copy link
Contributor

@shagunsodhani shagunsodhani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@Jasha10 Jasha10 marked this pull request as ready for review July 2, 2023 23:32
@shagunsodhani shagunsodhani merged commit 7a36b36 into facebookresearch:main Jul 14, 2023
8 checks passed
@Jasha10 Jasha10 deleted the i2692 branch July 14, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Failing tests due to DeprecationWarning: pkg_resources is deprecated as an API.
3 participants