Skip to content

Fix pytest not being installed automatically  #111

@medmssaouri

Description

@medmssaouri

Optional dependencies are not always installed automatically when launching:

pip install -e .

I believe the installation command should be updated to something like the following for development mode:

pip install -e .[all]

Traceability Information:

This information was populated automatically by a script on 2025-06-09T18:01:28Z.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions