Hi, I noticed `@pytest.mark.parallel_threads` seems deprecated in favor of `parallel_threads_limit`. Is this intended? I think `parallel_threads` is useful because it allows forcing some tests to always run in parallel.
Hi, I noticed
@pytest.mark.parallel_threadsseems deprecated in favor ofparallel_threads_limit.Is this intended? I think
parallel_threadsis useful because it allows forcing some tests to always run in parallel.