This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Description
After pip installing fv3core, I get this error when trying to run the tests. Did yaml get added recently and someone forgot to add pyyaml to requirements.txt?
ImportError while loading conftest '/home/jdahm/fv3core/tests/conftest.py'.
tests/conftest.py:8: in <module>
import translate
tests/translate/__init__.py:1: in <module>
from . import translate
tests/translate/translate.py:6: in <module>
import fv3core._config
fv3core/__init__.py:1: in <module>
from .decorators import disable_stencil_report, enable_stencil_report
fv3core/decorators.py:12: in <module>
import yaml
E ModuleNotFoundError: No module named 'yaml'