Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix functools cache test issue (astronomer#742)
Fix exceptions raised for some versions of Python (e.g. 2.4) after prematurely merging astronomer#732, leading to the main branch becoming red ``` ../../../.local/share/hatch/env/virtual/astronomer-cosmos/Za_bFbg4/tests.py3.8-2.5/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:186: in exec_module exec(co, module.__dict__) tests/test_example_dags_no_connections.py:4: in <module> from functools import cache E ImportError: cannot import name 'cache' from 'functools' ```
- Loading branch information