We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a12470 commit 3d09b1eCopy full SHA for 3d09b1e
Tests/test_file_avif.py
@@ -772,6 +772,7 @@ def test_seek_errors(self) -> None:
772
MAX_THREADS = os.cpu_count() or 1
773
774
775
+@pytest.mark.xdist_group(name="leak-group")
776
@skip_unless_feature("avif")
777
class TestAvifLeaks(PillowLeakTestCase):
778
mem_limit = MAX_THREADS * 3 * 1024
pyproject.toml
@@ -209,7 +209,7 @@ lint.isort.required-imports = [
209
max_supported_python = "3.14"
210
211
[tool.pytest.ini_options]
212
-addopts = "-ra --color=auto --numprocesses=auto"
+addopts = "-ra --color=auto --numprocesses=auto --dist=loadgroup"
213
testpaths = [
214
"Tests",
215
]
0 commit comments