unidist
unidist copied to clipboard
Pytest does not exit with unidist when running tests in directory
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.