Skip to content

[Bug]: Pytest getting killed on collection #917

Open
@seanmcguire12

Description

@seanmcguire12

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions