Files
danswer/backend/pytest.ini
Richard Kuo (Onyx) 135c0a0696 Merge branch 'main' of https://github.com/onyx-dot-app/onyx into bugfix/salesforce-correctness-3
# Conflicts:
#	backend/onyx/connectors/salesforce/connector.py
#	backend/onyx/connectors/salesforce/salesforce_calls.py
#	backend/pytest.ini
2025-04-24 11:41:23 -07:00

14 lines
369 B
INI

[pytest]
pythonpath = .
markers =
slow: marks tests as slow
filterwarnings =
ignore::DeprecationWarning
ignore::cryptography.utils.CryptographyDeprecationWarning
ignore::PendingDeprecationWarning:ddtrace.internal.module
# .test.env is gitignored.
# After installing pytest-dotenv,
# you can use it to test credentials locally.
env_files =
.test.env