mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-28 12:39:54 +02:00
* refactor salesforce sqlite db access * more refactoring * refactor again * refactor again * rename object * add finalizer to ensure db connection is always closed * avoid unnecessarily nesting connections and commit regularly when possible * remove db usage from csv download * dead code * hide deprecation warning in ddtrace * remove unused param --------- Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
9 lines
236 B
INI
9 lines
236 B
INI
[pytest]
|
|
pythonpath = .
|
|
markers =
|
|
slow: marks tests as slow
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::cryptography.utils.CryptographyDeprecationWarning
|
|
ignore::PendingDeprecationWarning:ddtrace.internal.module
|