-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Subject of the issue
Recent changes in DetectMateService break tests in library_integration.
Recreated old branch adapt_library_integration_tests where integration tests work.
See differences in PR #58 to fix issue
Your environment
- DetectMateLibrary@workflow-actions-branching or @main
- DetectMateService@main or development -> tests hang
- DetectMateService@adapt_library_integration_tests -> integration tests work
Steps to reproduce
cd DetectMateLibrary && git checkout workflow-actions-branching && cd ../DetectMateService && git checkout main
uv run pytest -> stuck -> sudo pkill pytest
git checkout adapt_library_integration_tests
rm -r .venv/lib/python3.12/site-packages/detectmatelibrary
cp -r ../DetectMateLibrary/src/* .venv/lib/python3.12/site-packages
uv run --no-sync pytest
Expected behaviour
Tests should be started and not hang
Actual behaviour
Tests are hanging
Reactions are currently unavailable
Metadata
Metadata
Labels
No labels