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
Running with xdist, each worker and the controller execute the same code.
In the case of the controller, cache._flake8mtimes is never filled. Each worker generate a cache for part of the collected files.
At the end of execution, each worker write their data to the same cache (overwriting previous writes) and, after that, the controller write to cache an empty cache.
Running with xdist, each worker and the controller execute the same code.
In the case of the controller,
cache._flake8mtimes
is never filled. Each worker generate a cache for part of the collected files.At the end of execution, each worker write their data to the same cache (overwriting previous writes) and, after that, the controller write to cache an empty cache.
pytest-flake8/pytest_flake8.py
Line 84 in d730278
The text was updated successfully, but these errors were encountered: