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:51:49 +01:00
parent 1c44bc160b
commit 36f9978c79
3 changed files with 18 additions and 7 deletions

View File

@ -33,5 +33,5 @@ dependencies = [
[tool.pytest.ini_options]
norecursedirs = ["backend/python-client"]
# Or limit files explicitly
python_files = ["test_auth.py"]#,
python_files = [""]#,""test_auth.py"]#,
#"test_contact.py"]