13 lines
930 B
Plaintext
13 lines
930 B
Plaintext
........................ [100%]
|
|
=============================== warnings summary ===============================
|
|
../usr/local/lib/python3.12/dist-packages/torch/jit/_script.py:365: 14 warnings
|
|
/usr/local/lib/python3.12/dist-packages/torch/jit/_script.py:365: DeprecationWarning: `torch.jit.script_method` is deprecated. Please switch to `torch.compile` or `torch.export`.
|
|
warnings.warn(
|
|
|
|
../usr/local/lib/python3.12/dist-packages/_pytest/cacheprovider.py:469
|
|
/usr/local/lib/python3.12/dist-packages/_pytest/cacheprovider.py:469: PytestCacheWarning: could not create cache path /tests/.pytest_cache/v/cache/nodeids: [Errno 30] Read-only file system: '/tests/pytest-cache-files-1swv65lk'
|
|
config.cache.set("cache/nodeids", sorted(self.cached_nodeids))
|
|
|
|
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
|
24 passed, 26 deselected, 15 warnings in 14.78s
|