mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 13:22:42 +01:00
* rename classes and ignore deprecation warnings we mostly don't have control over * copy pytest.ini * ignore CryptographyDeprecationWarning * fully qualify the warning
8 lines
178 B
INI
8 lines
178 B
INI
[pytest]
|
|
pythonpath = .
|
|
markers =
|
|
slow: marks tests as slow
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::cryptography.utils.CryptographyDeprecationWarning
|
|
|