mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-06-26 23:49:59 +00:00
Drop explicit norecursedirs setting, which we no longer need
This commit is contained in:
parent
5cf86a7c2e
commit
8a784d6052
@ -16,7 +16,7 @@ dependencies = [
|
|||||||
"img2pdf>=0.5",
|
"img2pdf>=0.5",
|
||||||
"packaging>=20",
|
"packaging>=20",
|
||||||
"pdfminer.six>=20220319",
|
"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",
|
"pikepdf>=8.10.1,!=9.8.0",
|
||||||
"Pillow>=10.0.1",
|
"Pillow>=10.0.1",
|
||||||
"pluggy>=1",
|
"pluggy>=1",
|
||||||
@ -102,7 +102,6 @@ exclude_lines = [
|
|||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
minversion = "6.0"
|
minversion = "6.0"
|
||||||
norecursedirs = ["lib", ".pc", ".git", "venv", "output", "cache", "resources"]
|
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
addopts = "-n auto"
|
addopts = "-n auto"
|
||||||
markers = ["slow"]
|
markers = ["slow"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user