The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0d8061ada722783dac5fec8da75b7f2588e545e6 / Jarek Potiuk <[email protected]>
Add pytest-anti-lru to avoid cache side effects in tests

Using cache in tests might have unintended side-effects and you
have to add cache invalidation between tests. It also have a possible
side-effect for pytest-xdist where cache is potentially cleared
while onther test is run.

The `anti-lru` pytest plugin replaces lru_cache with non-caching
implementation. That will slow down tests a bit, but it will also
make them cache-side-effect free.

Report URL: https://github.com/apache/airflow/actions/runs/6916213012

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to