We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running pytest tests/openadapt/test_summary.py::test_summary_empty
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.py
test_summary_empty test_summary_sentence
test_summary_empty
test_summary_sentence
in test_vision.py:
test_vision.py
test_similar_images test_size_similarity
test_similar_images
test_size_similarity
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
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
The text was updated successfully, but these errors were encountered:
Related: #360
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When running
pytest tests/openadapt/test_summary.py::test_summary_empty
the result is:
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
The text was updated successfully, but these errors were encountered: