Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Pytest getting killed on collection #917

Open
seanmcguire12 opened this issue Nov 12, 2024 · 1 comment
Open

[Bug]: Pytest getting killed on collection #917

seanmcguire12 opened this issue Nov 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@seanmcguire12
Copy link

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

@seanmcguire12 seanmcguire12 added the bug Something isn't working label Nov 12, 2024
@abrichr
Copy link
Member

abrichr commented Nov 12, 2024

Related: #360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants