You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
Configuration in a
pytest.ini
orpyproject.toml
file does not work.Input Code
pytest.ini
:Or the
pyproject.toml
alternative:Expected 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 runningpytest --memray --hide-memray-summary
, or other options, this works as expected.Environment
The text was updated successfully, but these errors were encountered: