-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Bug Report
Current Behavior
Configuration in a pytest.ini or pyproject.toml file does not work.
Input Code
pytest.ini:
[pytest]
addopts = --memray
memray = true
hide_memray_summary = trueOr the pyproject.toml alternative:
[tools.pytest.ini_options]
addopts = "--memray"
memray = true
hide_memray_summary = trueExpected behavior/code
With this example configuration, I would expect the memray summary to not show after running pytest. Putting in any other configuration option has no effect either. When running pytest --memray --hide-memray-summary, or other options, this works as expected.
Environment
- Python(s): Python 3.12, other versions not tested
tekumara
Metadata
Metadata
Assignees
Labels
No labels