Commit 7d93a3e
committed
chore(tests): suppress third-party deprecation warnings
Add pytest filterwarnings for two third-party deprecation warnings
that produce 43 warnings per test run:
- torch.jit.script_method: internal to PyTorch, triggered by
sentence-transformers during model loading
- redisvl get_async_redis_connection: internal to redisvl's
SemanticCache (our code already uses AsyncRedis.from_url directly)1 parent 026b821 commit 7d93a3e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
0 commit comments