sustainable-processes / summit

Optimising chemical reactions using machine learning
https://gosummit.readthedocs.io/en/latest/
MIT License
118 stars 24 forks source link

Parallelize tests #237

Closed marcosfelt closed 1 year ago

marcosfelt commented 1 year ago

Use pytest-split to run tests in parallel. Our Github organization allows up to 20 concurrent jobs. I found the max that worked with pytest-split is 5 jobs * 3 python versions = 15, which is within the allowance.