Files
aitbc/.gitea
aitbc1 671066a6f5
All checks were successful
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) Successful in 16s
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: use --no-root in python-tests to avoid package installation issues
PYTHON-TESTS FIX: Avoid package installation errors

Issue: Poetry install failing with 'No file/folder found for package aitbc-cli'
Root cause: Complex setuptools package configuration in pyproject.toml
Problem: Project configured as package but with complex multi-source structure

Solution: Use --no-root flag like other workflows

Changes:
-  install --no-root (both jobs)
- Skip current project installation
- Install only dependencies from poetry.lock
- Maintain all other test functionality

Benefits:
- Avoids package installation complexity
- Consistent with other workflows
- Focus on dependency installation for testing
- Clean separation of concerns

This fixes the poetry installation failure while maintaining
comprehensive test environment setup for import resolution.
2026-03-27 20:40:17 +01:00
..