Roman Pavelka
Roman Pavelka
Dear @js-dieu, thank you for the great plugin! Would you mind to share your progress in a branch? This feature would help me a lot and maybe I can help...
Follow up: It is working here outside of the pytest-monitor: https://github.com/ChaoticRoman/pytest-monitor-example/blob/custom_memory_profiler/unittestit.py
Bloomberg guys just released this: https://github.com/bloomberg/memray Will check it out and let you know.
Memray and pytest-memray looks cool but have this exactly same issue, reported: https://github.com/bloomberg/pytest-memray/issues/6
> > Pytest can discover and run unittests but pytest-memray does not work on these. > > Can you clarify what's the error here? There are two most common ways...
@gaborbernat It does not :( Memory allocation is reported for native pytests but not for unittests (although those are discovered and executed by pytest). Using the example referenced above: ```...
> @ChaoticRoman you did not report what pipenv version you are seeing that in. We included a fix for sys_platform markers in `2023.8.26` ... whereas before this change it was...
well, I would expect `sys_platform = "=='linux'"` and `markers="sys_platform == 'linux'"` to behave the same way. They do not. We had the first way, the one that is simpler and...
Sure. The output you have created is replicating the issue as well. From paths like `C:/c/Users/matte/` I guess this is a Windows system, right? Then there is this `Ignoring requests...`...
> result generated when using markers also seems not desirable because locking on the non-platform doesn't resolve the sub-dependencies either May you elaborate on this? Because of supporting multiple platforms,...