vmred
vmred
i'm getting similar issue that you have, seems it's caused by `autouse` param in fixture in my case i'm running my test like `python -m pytest -s -v test_async_service.py::test_pytest_concurrent --concmode=mthread`...
any ideas why this happens and how to fix?
Probably could be usefull: avoided my stacktrace via using `pytest_sessionstart` hook instead of session level fixture with `autouse `param: my `conftest.py`: ``` def pytest_sessionstart(session): print('---------->') print('----------> session started') print('---------->') ```
Any updates on this?
any workaround found?
@Iweisc , @kouroshai which one theme do you use and see stats are updated ? Doesn't work for me even with default theme
@Iweisc do you have contributions to public repos only or private included? Coz I'm mostly contributing to private repos and stats do not increase.
@qwerty541 thanks for reply, with deploy own instance private contributions are shown.