File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -770,7 +770,6 @@ def test_seek_errors(self) -> None:
770770MAX_THREADS = os .cpu_count () or 1
771771
772772
773- @pytest .mark .xdist_group (name = "leak-group" )
774773@skip_unless_feature ("avif" )
775774class TestAvifLeaks (PillowLeakTestCase ):
776775 mem_limit = MAX_THREADS * 3 * 1024
Original file line number Diff line number Diff line change 1212from .helper import assert_image_equal_tofile , skip_unless_feature
1313
1414
15- @pytest .mark .xdist_group (name = "imagegrab-group" )
1615class TestImageGrab :
1716 @pytest .mark .skipif (
1817 os .environ .get ("USERNAME" ) == "ContainerAdministrator" ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ lint.isort.required-imports = [
209209max_supported_python = " 3.14"
210210
211211[tool .pytest .ini_options ]
212- addopts = " -ra --color=auto --numprocesses=auto --dist=loadgroup "
212+ addopts = " -ra --color=auto --numprocesses=auto --dist=loadscope "
213213testpaths = [
214214 " Tests" ,
215215]
You can’t perform that action at this time.
0 commit comments