Loading pyproject.toml +4 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,10 @@ tdoc-crawler = "tdoc_crawler.cli:app" [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] # Register custom pytest marks markers = [ "integration: marks tests as integration tests (slower, requires network)", ] # Suppress Pydantic deprecation warning from pydantic-sqlite library (external dependency) filterwarnings = [ "ignore:.*Accessing the 'model_fields' attribute on the instance is deprecated.*:DeprecationWarning", Loading Loading
pyproject.toml +4 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,10 @@ tdoc-crawler = "tdoc_crawler.cli:app" [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] # Register custom pytest marks markers = [ "integration: marks tests as integration tests (slower, requires network)", ] # Suppress Pydantic deprecation warning from pydantic-sqlite library (external dependency) filterwarnings = [ "ignore:.*Accessing the 'model_fields' attribute on the instance is deprecated.*:DeprecationWarning", Loading