========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================= test session starts ==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 -- /usr/bin/python3
cachedir: .pytest_cache
metadata: {'Python': '3.10.12', 'Platform': 'Linux-6.8.0-1025-gke-x86_64-with-glibc2.35', 'Packages': {'pytest': '9.0.3', 'pluggy': '1.6.0'}, 'Plugins': {'anyio': '4.13.0', 'metadata': '3.1.1', 'json-report': '1.5.0', 'cov': '7.1.0'}}
rootdir: /workspace/cachetools
configfile: pyproject.toml
plugins: anyio-4.13.0, metadata-3.1.1, json-report-1.5.0, cov-7.1.0
collected 215 items

tests/test_cache.py::CacheTest::test_defaults PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [  0%]
tests/test_cache.py::CacheTest::test_delete PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               [  0%]
tests/test_cache.py::CacheTest::test_getsizeof_param PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [  1%]
tests/test_cache.py::CacheTest::test_getsizeof_subclass PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   [  1%]
tests/test_cache.py::CacheTest::test_insert PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               [  2%]
tests/test_cache.py::CacheTest::test_missing PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [  2%]
tests/test_cache.py::CacheTest::test_missing_getsizeof PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [  3%]
tests/test_cache.py::CacheTest::test_pickle PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               [  3%]
tests/test_cache.py::CacheTest::test_pickle_maxsize PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       [  4%]
tests/test_cache.py::CacheTest::test_pop PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [  4%]
tests/test_cache.py::CacheTest::test_popitem PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [  5%]
tests/test_cache.py::CacheTest::test_popitem_exception_context PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [  5%]
tests/test_cache.py::CacheTest::test_update PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               [  6%]
tests/test_cached.py::CacheWrapperTest::test_decorator PASSED                                                                                                                                                                                                                                                                                                                                                                                                           <response clipped><NOTE>Due to the max output limit, only part of the full response has been shown to you.</NOTE>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [ 95%]
tests/test_ttl.py::TTLCacheTest::test_popitem PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [ 96%]
tests/test_ttl.py::TTLCacheTest::test_popitem_exception_context PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           [ 96%]
tests/test_ttl.py::TTLCacheTest::test_ttl PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 [ 97%]
tests/test_ttl.py::TTLCacheTest::test_ttl_atomic PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [ 97%]
tests/test_ttl.py::TTLCacheTest::test_ttl_datetime PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [ 98%]
tests/test_ttl.py::TTLCacheTest::test_ttl_expire PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [ 98%]
tests/test_ttl.py::TTLCacheTest::test_ttl_lru PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             [ 99%]
tests/test_ttl.py::TTLCacheTest::test_ttl_tuple_key PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       [ 99%]
tests/test_ttl.py::TTLCacheTest::test_update PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [100%]

=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== warnings summary ===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
tests/test_func.py::MRUDecoratorTest::test_decorator
tests/test_func.py::MRUDecoratorTest::test_decorator_clear
tests/test_func.py::MRUDecoratorTest::test_decorator_typed
  /workspace/cachetools/src/cachetools/func.py:148: DeprecationWarning: MRUCache is deprecated
    cache = MRUCache(maxsize)

tests/test_func.py::MRUDecoratorTest::test_decorator_unbound
  /workspace/cachetools/src/cachetools/func.py:37: DeprecationWarning: MRUCache is deprecated
    MRUCache.__init__(self, math.inf, getsizeof)

tests/test_mru.py::MRUCacheTest::test_defaults
  /workspace/cachetools/tests/__init__.py:8: DeprecationWarning: MRUCache is deprecated
    cache = self.Cache(maxsize=1)

tests/test_mru.py::MRUCacheTest::test_delete
  /workspace/cachetools/tests/__init__.py:54: DeprecationWarning: MRUCache is deprecated
    cache = self.Cache(maxsize=2)

tests/test_mru.py::MRUCacheTest::test_getsizeof_param
  /workspace/cachetools/tests/__init__.py:257: DeprecationWarning: MRUCache is deprecated
    self._test_getsizeof(self.Cache(maxsize=3, getsizeof=lambda x: x))

tests/test_mru.py::MRUCacheTest::test_getsizeof_subclass
  /workspace/cachetools/tests/__init__.py:264: DeprecationWarning: MRUCache is deprecated
    self._test_getsizeof(Cache(maxsize=3))

tests/test_mru.py::MRUCacheTest::test_insert
  /workspace/cachetools/tests/__init__.py:18: DeprecationWarning: MRUCache is deprecated
    cache = self.Cache(maxsize=2)

tests/test_mru.py::MRUCacheTest::test_missing
  /workspace/cachetools/tests/__init__.py:126: DeprecationWarning: MRUCache is deprecated
    cache = DefaultCache(maxsize=2)

tests/test_mru.py::MRUCacheTest::test_missing_getsizeof
  /workspace/cachetools/tests/__init__.py:188: DeprecationWarning: MRUCache is deprecated
    cache = DefaultCache(maxsize=2, getsizeof=lambda x: x)

tests/test_mru.py::MRUCacheTest::test_pickle
  /workspace/cachetools/tests/__init__.py:269: DeprecationWarning: MRUCache is deprecated
    source = self.Cache(maxsize=2)

tests/test_mru.py::MRUCacheTest::test_pickle_maxsize
tests/test_mru.py::MRUCacheTest::test_pickle_maxsize
tests/test_mru.py::MRUCacheTest::test_pickle_maxsize
  /workspace/cachetools/tests/__init__.py:297: DeprecationWarning: MRUCache is deprecated
    source = self.Cache(maxsize=n)

tests/test_mru.py::MRUCacheTest::test_pop
  /workspace/cachetools/tests/__init__.py:78: DeprecationWarning: MRUCache is deprecated
    cache = self.Cache(maxsize=2)

tests/test_mru.py::MRUCacheTest::test_popitem
  /workspace/cachetools/tests/__init__.py:98: DeprecationWarning: MRUCache is deprecated
    cache = self.Cache(maxsize=2)

tests/test_mru.py::MRUCacheTest::test_popitem_exception_context
  /workspace/cachetools/tests/__init__.py:114: DeprecationWarning: MRUCache is deprecated
    self.Cache(maxsize=2).popitem()

tests/test_mru.py::MRUCacheTest::test_update
  /workspace/cachetools/tests/__init__.py:36: DeprecationWarning: MRUCache is deprecated
    cache = self.Cache(maxsize=2)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== 215 passed, 19 warnings in 0.21s ===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
[The command completed with exit code 0.]
[Current working directory: /workspace/cachetools]
[Python interpreter: /usr/bin/python]
[Command finished with exit code 0]