-
Notifications
You must be signed in to change notification settings - Fork 363
Expand file tree
/
Copy pathpytest.ini
More file actions
16 lines (16 loc) · 894 Bytes
/
pytest.ini
File metadata and controls
16 lines (16 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
norecursedirs = jac/jaclang/vendor jac/support/vscode_ext jac-byllm jac/build
filterwarnings =
error
# Upstream issue in kubernetes client calling deprecated urllib3 method
ignore:HTTPResponse.getheaders\(\) is deprecated:DeprecationWarning:kubernetes
# anyio is imported by dependencies before pytest can rewrite assertions
ignore::pytest.PytestAssertRewriteWarning
# Ignore testcontainers wait_container_is_ready deprecation
ignore:The @wait_container_is_ready decorator is deprecated.*:DeprecationWarning
ignore:The wait_for_logs function with string or callable predicates is deprecated.*:DeprecationWarning
# Subprocess pipe cleanup in test_serve.jac server management
ignore::ResourceWarning
# Vendored cattrs uses deprecated typing constructs
ignore::DeprecationWarning:cattrs
ignore::DeprecationWarning:jaclang.vendor.cattrs