Agentic-RagBot / pytest.ini
T0X1N's picture
chore: codebase audit and fixes (ruff, mypy, pytest)
9659593
[pytest]
filterwarnings =
ignore::langchain_core._api.deprecation.LangChainDeprecationWarning
ignore:.*class.*HuggingFaceEmbeddings.*was deprecated.*:DeprecationWarning
markers =
integration: mark a test as an integration test.
testpaths = tests