Skip to content

Conversation

@abravalheri
Copy link
Contributor

Summary of changes

Temporarily filter out specific deprecation warnings from pytest==7.0.0

Closes #3079

Pull Request Checklist

ignore:Distutils was imported before setuptools
ignore:Setuptools is replacing distutils

# Workaround for pypa/setuptools#3079
Copy link
Member

Choose a reason for hiding this comment

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

Here, I like to reference the upstream issue, such that when that upstream issue is fixed, it will indicate that this workaround can be removed.

@jaraco
Copy link
Member

jaraco commented Feb 5, 2022

pytest-perf 0.12 fixes the deprecation warnings for that lib.

@jaraco
Copy link
Member

jaraco commented Feb 5, 2022

Thanks for this, but I tackled the issue in jaraco/skeleton and merged as 8c0228f.

@jaraco jaraco closed this Feb 5, 2022
@abravalheri abravalheri deleted the workaround-pytest7-error branch February 5, 2022 09:09
@abravalheri
Copy link
Contributor Author

Thank you very much @jaraco

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.

[CI] Deprecations in pytest==7.0.0 make tests fail

2 participants