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
Since our test suite takes quite a while to run, it would be convenient to be able to run the tests in parallel using either pytest-xdist or pytest-parallel. Unfortunately neither of these pytest plugins works at the moment
The following are the only tests that do not work with x-dist:
scico/test/test_admm.py
Fails due to mismatch of results. Not sure if directly related to x-dist or if it's a mistake in my current build.
scico/test/test_functional.py
Different tests were collected between workers. This is likely due to concurrency issues in data between test classes/methods.
After I finish taking care of other issues I will proceed and fix these two modules so that they are compatible. Could be a big or small change though, will update this thread on findings.
Since our test suite takes quite a while to run, it would be convenient to be able to run the tests in parallel using either pytest-xdist or pytest-parallel. Unfortunately neither of these pytest plugins works at the moment
The text was updated successfully, but these errors were encountered: