Update dependencies and improve Python path handling

Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
This commit is contained in:
GotthardG
2025-03-19 11:53:52 +01:00
parent 9d5ec8fae5
commit b95a560288

View File

@ -25,7 +25,7 @@ test:
- pip install -r requirements.txt - pip install -r requirements.txt
- export PYTHONPATH=$PYTHONPATH:/home/gitlab-runner/builds/t3_38ooWt/0/mx/aaredb/backend - export PYTHONPATH=$PYTHONPATH:/home/gitlab-runner/builds/t3_38ooWt/0/mx/aaredb/backend
- cd /home/gitlab-runner/builds/t3_38ooWt/0/mx/aaredb # Change to the project root - cd /home/gitlab-runner/builds/t3_38ooWt/0/mx/aaredb # Change to the project root
- #pytest --cov=app --cov-report=xml # Run tests and generate coverage report #pytest --cov=app --cov-report=xml # Run tests and generate coverage report
lint: lint:
stage: test stage: test