Skip to content

Commit b16d517

Browse files
authored
Switch to loadscope (#146)
2 parents 99c0d38 + 5b356ac commit b16d517

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Tests/test_file_avif.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ def test_seek_errors(self) -> None:
770770
MAX_THREADS = os.cpu_count() or 1
771771

772772

773-
@pytest.mark.xdist_group(name="leak-group")
774773
@skip_unless_feature("avif")
775774
class TestAvifLeaks(PillowLeakTestCase):
776775
mem_limit = MAX_THREADS * 3 * 1024

Tests/test_imagegrab.py

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

1414

15-
@pytest.mark.xdist_group(name="imagegrab-group")
1615
class TestImageGrab:
1716
@pytest.mark.skipif(
1817
os.environ.get("USERNAME") == "ContainerAdministrator",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ lint.isort.required-imports = [
209209
max_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"
213213
testpaths = [
214214
"Tests",
215215
]

0 commit comments

Comments
 (0)