Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have cli tests set env variable
OMP_NUM_THREADS
to 1.
This commit adds an auto-used fixture for all cli tests, that sets the environment variable for numpy multithreading `OMP_NUM_THREADS` to 1. This might have been the cause of those tests hanging, as numpy uses all resources available if the env variable is not explicitly set.
- Loading branch information