Open
Description
Describe the bug
When running pytest tests/openadapt/test_summary.py::test_summary_empty
the result is:
============================================================================= test session starts ==============================================================================
platform darwin -- Python 3.10.12, pytest-7.1.3, pluggy-1.5.0
rootdir: /Users/seanmcguire/Documents/OpenAdapt, configfile: pyproject.toml
plugins: hydra-core-1.3.2, anyio-4.6.2.post1
collecting ... zsh: killed pytest tests/openadapt/test_summary.py::test_summary_empty
The following tests are getting killed on collection:
in test_summary.py
:
test_summary_empty
test_summary_sentence
in test_vision.py
:
test_similar_images
test_size_similarity
To Reproduce
I am running MacOS 15.1 Sequoia with an M3 Pro.
To reproduce, run any/all of the following:
pytest tests/openadapt/test_summary.py::test_summary_empty
pytest tests/openadapt/test_summary.py::test_summary_sentence
pytest tests/openadapt/test_vision.py::test_similar_images
pytest tests/openadapt/test_vision.py::test_size_similarity