Files
aitbc/.gitea
aitbc1 8154c5e2b6
Some checks failed
audit / audit (push) Has been skipped
ci-cd / build (push) Has been skipped
ci / build (push) Has been skipped
autofix / fix (push) Has been skipped
python-tests / test (push) Failing after 11s
python-tests / test-specific (push) Has been skipped
security-scanning / audit (push) Has been skipped
test / test (push) Has been skipped
ci-cd / deploy (push) Has been skipped
ci / deploy (push) Has been skipped
fix: remove invalid --no-update flag from poetry lock command
POETRY LOCK COMMAND FIX: Use correct poetry lock syntax

Issue:
- The option --no-update does not exist for poetry lock
- Poetry lock command failing due to invalid flag
- Dependencies not being installed properly

Solution:
- Remove --no-update flag from poetry lock command
- Use 'poetry lock' without additional flags
- Maintain error handling for lock file update
- Applied to both test jobs

Expected results:
- Poetry lock should succeed with correct syntax
- Dependencies should install properly
- Test workflow should proceed to execution
- No more poetry command errors

This fixes the poetry command syntax error while maintaining
the lock file update functionality.
2026-03-27 21:02:15 +01:00
..