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
As explained in Lesson 8 Development and Contribution part 4 " Updating ESMValTool -Run unit tests“,
I tried to run pytest many times, but I couldn’t and I got the same error: RuntimeError: can't start new thread
As explained in Lesson 8 Development and Contribution part 4 " Updating ESMValTool -Run unit tests“,
I tried to run
pytest
many times, but I couldn’t and I got the same error: RuntimeError: can't start new threadhttps://github.com/ESMValGroup/ESMValTool_Tutorial/blob/4c08c162e3c7ac9e8107a1d4c8b166082e618426/_episodes/07-development-setup.md?plain=1#L354C1-L358C7
Since I got Runtime error, I ran “pytest -n 1” to run the test concurrently. I wonder if this is the right way.
The text was updated successfully, but these errors were encountered: