potiuk commented on PR #32394:
URL: https://github.com/apache/airflow/pull/32394#issuecomment-1623576272
> Also I think the pycache link you pasted is wrong
Should be pointing to :
```
@lru_cache(maxsize=None)
def all_helm_test_packages() -> list[str]:
return sorted(
[
candidate.name
for candidate in (AIRFLOW_SOURCES_ROOT / "tests" /
"charts").iterdir()
if candidate.is_dir()
]
)
```
--
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]