Skip to content

Commit 62f10d5

Browse files
committed
Run imagegrab tests in single group to prevent clashes with external tools
1 parent 55c3a7f commit 62f10d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/test_imagegrab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from .helper import assert_image_equal_tofile, skip_unless_feature
1313

1414

15+
@pytest.mark.xdist_group(name="imagegrab-group")
1516
class TestImageGrab:
1617
@pytest.mark.skipif(
1718
os.environ.get("USERNAME") == "ContainerAdministrator",

0 commit comments

Comments
 (0)