andrii-korotkov-verkada commented on PR #45248:
URL: https://github.com/apache/airflow/pull/45248#issuecomment-2564853878
Tho I might be running into some incompatibility issues with pytest
```
ERROR: while parsing the following warning configuration:
error::pytest.PytestReturnNotNoneWarning
This error occurred:
Traceback (most recent call last):
File
"/Users/andrii.korotkov/.pyenv/versions/3.10.12/lib/python3.10/site-packages/_pytest/config/__init__.py",
line 1638, in parse_warning_filter
category: Type[Warning] = _resolve_warning_category(category_)
File
"/Users/andrii.korotkov/.pyenv/versions/3.10.12/lib/python3.10/site-packages/_pytest/config/__init__.py",
line 1677, in _resolve_warning_category
cat = getattr(m, klass)
File
"/Users/andrii.korotkov/.pyenv/versions/3.10.12/lib/python3.10/site-packages/pytest/__init__.py",
line 165, in __getattr__
raise AttributeError(f"module {__name__} has no attribute {name}")
AttributeError: module pytest has no attribute PytestReturnNotNoneWarning
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]