Join multiple xdist_group markers (#1201)

Fixes #1200

---------

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
Ygor Pontelo
2025-05-14 21:51:59 -03:00
committed by GitHub
parent 199f949716
commit 65de0ab30e
4 changed files with 87 additions and 9 deletions

3
changelog/1200.feature Normal file
View File

@@ -0,0 +1,3 @@
Now multiple ``xdist_group`` markers are considered when assigning tests to groups (order does not matter).
Previously, only the last marker would assign a test to a group, but now if a test has multiple ``xdist_group`` marks applied (for example via parametrization or via fixtures), they are merged to make a new group.