We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New version of pytest 8.0 by default will raise an error for PytestRemovedIn8Warning need to be sure that we do not use this deprecated stuff
PytestRemovedIn8Warning
Known dependencies which are limited < 8.0
< 8.0
pytest-asyncio
The text was updated successfully, but these errors were encountered:
pytest
<8.0
Bump pytest to 8.0+
cb64319
closes apache#37156 The issues mentioned in the above meta-task are fixed
Bump pytest to 8.0+ (#39450)
34e93ea
closes #37156 The issues mentioned in the above meta-task are fixed
Bump pytest to 8.0+ (apache#39450)
2339595
b1f852f
closes apache/airflow#37156 The issues mentioned in the above meta-task are fixed GitOrigin-RevId: 34e93eae7573550f9fcaa3e3b8265f03abe450c9
hussein-awala
Successfully merging a pull request may close this issue.
Body
New version of pytest 8.0 by default will raise an error for
PytestRemovedIn8Warning
need to be sure that we do not use this deprecated stuffKnown dependencies which are limited
< 8.0
pytest-asyncio
: Support for Pytest 8.0 pytest-dev/pytest-asyncio#737Committer
The text was updated successfully, but these errors were encountered: