From 8a784d605229032fb1ed476f9b52a93f30c926cf Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 13 Jun 2025 00:03:24 -0700 Subject: [PATCH] Drop explicit norecursedirs setting, which we no longer need --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9cd5cb9..7d665b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "img2pdf>=0.5", "packaging>=20", "pdfminer.six>=20220319", - "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break + "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break "pikepdf>=8.10.1,!=9.8.0", "Pillow>=10.0.1", "pluggy>=1", @@ -102,7 +102,6 @@ exclude_lines = [ [tool.pytest.ini_options] minversion = "6.0" -norecursedirs = ["lib", ".pc", ".git", "venv", "output", "cache", "resources"] testpaths = ["tests"] addopts = "-n auto" markers = ["slow"]