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:
@ -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"]
|
Reference in New Issue
Block a user