mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-11 05:36:03 +02:00
# Conflicts: # backend/onyx/connectors/salesforce/connector.py # backend/onyx/connectors/salesforce/salesforce_calls.py # backend/pytest.ini
14 lines
369 B
INI
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
|