Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX,RPC] Skip RPC tests when using multiprocessing's spawn method (a…
…pache#6858) The rpc tests are broken when running under pytest with multiprocessing using spawn. I suspect this is because pytest tests each function in a separate process and does not import the full module.
- Loading branch information