I'm encountering this CI issue today, I didn't hav...
# prefect-contributors
a
I'm encountering this CI issue today, I didn't have it on Friday:
Copy code
=========================== short test summary info ============================
ERROR tests/tasks/sodaspark/test_sodaspark_tasks.py - TypeError: argument of ...
ERROR gw2
SKIPPED [1] tests/tasks/asana/test_asana_task.py:8: could not import 'asana': No module named 'asana'
SKIPPED [1] tests/tasks/dbt/__init__.py:3: could not import 'dbt': No module named 'dbt'
SKIPPED [1] tests/tasks/great_expectations/__init__.py:3: could not import 'great_expectations': cannot import name 'contextfilter' from 'jinja2' (/usr/local/lib/python3.8/site-packages/jinja2/__init__.py)
k
I think this is for you @alex
a
a
a
Those sodaspark tests can be flaky. I’m rerunning the workflow from the beginning to see if the issue persists.
z
This appears to be occurring on other branches as well
a
As an update, CI is working fine now https://github.com/PrefectHQ/prefect/pull/5682