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
Pytest hangs after running all tests when running tests from a directory.
This could be due to multiple instances of unidist.init() being called. Could be fixed by having a conftest file for pytest inside of which we would have a fixture to initialize unidist only once.
The text was updated successfully, but these errors were encountered:
Pytest hangs after running all tests when running tests from a directory.
This could be due to multiple instances of unidist.init() being called. Could be fixed by having a conftest file for pytest inside of which we would have a fixture to initialize unidist only once.
The text was updated successfully, but these errors were encountered: