unidist icon indicating copy to clipboard operation
unidist copied to clipboard

Pytest does not exit with unidist when running tests in directory

Open arunjose696 opened this issue 2 years ago • 0 comments

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.

arunjose696 avatar Mar 09 '23 16:03 arunjose696