PyDrive2 icon indicating copy to clipboard operation
PyDrive2 copied to clipboard

tests: concurrency

Open casperdcl opened this issue 5 years ago • 0 comments

The tests are not designed to run concurrently.

  • one job from a PR build can failed at the same time as a job from a branch build because they interfere with each other
  • tests are slow as they are not run in parallel

Really should fix this (e.g. timestamp filenames)

  • from https://github.com/iterative/PyDrive2/pull/33#issuecomment-624853154

casperdcl avatar May 06 '20 20:05 casperdcl