Drop explicit norecursedirs setting, which we no longer need

This commit is contained in:
James R. Barlow 2025-06-13 00:03:24 -07:00
parent 5cf86a7c2e
commit 8a784d6052
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -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"]