pyxet
pyxet copied to clipboard
Enable running tests in parallel
The main issue is that git xet clone with a single mdbv1 is not process safe -- two tests trying to read from a remote mdbv1 repo will cause a crash. This fixes that specific issue by merging the mdbv1 tests into a single test that would not be run in parallel.
The result is a significant speedup when running pyxet tests.