py$(PYV): commands[0]> python -m pytest tests/ ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) collecting ... collected 27 items tests/test_async_cached_property.py::TestCachedProperty::test_cached_property PASSED tests/test_async_cached_property.py::TestCachedProperty::test_none_cached_property PASSED tests/test_async_cached_property.py::TestCachedProperty::test_reset_cached_property PASSED tests/test_cached_property.py::TestCachedProperty::test_cached_property PASSED tests/test_cached_property.py::TestCachedProperty::test_none_cached_property PASSED tests/test_cached_property.py::TestCachedProperty::test_reset_cached_property PASSED tests/test_cached_property.py::TestCachedProperty::test_set_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedProperty::test_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedProperty::test_none_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedProperty::test_reset_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedProperty::test_set_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedProperty::test_threads PASSED tests/test_cached_property.py::TestCachedPropertyWithTTL::test_cached_property PASSED tests/test_cached_property.py::TestCachedPropertyWithTTL::test_none_cached_property PASSED tests/test_cached_property.py::TestCachedPropertyWithTTL::test_reset_cached_property PASSED tests/test_cached_property.py::TestCachedPropertyWithTTL::test_set_cached_property PASSED tests/test_cached_property.py::TestCachedPropertyWithTTL::test_ttl_expiry PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_none_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_reset_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_set_cached_property PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry PASSED tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_ttl_expiry PASSED tests/test_coroutine_cached_property.py::TestCachedProperty::test_cached_property PASSED tests/test_coroutine_cached_property.py::TestCachedProperty::test_none_cached_property PASSED tests/test_coroutine_cached_property.py::TestCachedProperty::test_reset_cached_property PASSED =============================== warnings summary =============================== tests/test_async_cached_property.py::TestCachedProperty::test_cached_property tests/test_async_cached_property.py::TestCachedProperty::test_none_cached_property tests/test_async_cached_property.py::TestCachedProperty::test_reset_cached_property tests/test_async_cached_property.py::TestCachedProperty::test_reset_cached_property tests/test_cached_property.py::TestCachedProperty::test_cached_property tests/test_cached_property.py::TestCachedProperty::test_none_cached_property tests/test_cached_property.py::TestCachedProperty::test_reset_cached_property tests/test_cached_property.py::TestCachedProperty::test_reset_cached_property $(@D)/cached_property.py:27: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead if asyncio.iscoroutinefunction(self.func): tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedProperty::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread $(THREAD) Traceback (most recent call last): File "$(PYTHON_DIR)/threading.py", line 1081, in _bootstrap_inner self._context.run(self.run) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "$(PYTHON_DIR)/threading.py", line 1023, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) tests/test_coroutine_cached_property.py::TestCachedProperty::test_cached_property $(PYTHON_DIR)/unittest/case.py:725: DeprecationWarning: ("It is deprecated to return a value that is not None from a test case (> returned 'async_generator')",) return self.run(*args, **kwds) tests/test_coroutine_cached_property.py::TestCachedProperty::test_none_cached_property $(PYTHON_DIR)/unittest/case.py:725: DeprecationWarning: ("It is deprecated to return a value that is not None from a test case (> returned 'async_generator')",) return self.run(*args, **kwds) tests/test_coroutine_cached_property.py::TestCachedProperty::test_reset_cached_property $(PYTHON_DIR)/unittest/case.py:725: DeprecationWarning: ("It is deprecated to return a value that is not None from a test case (> returned 'async_generator')",) return self.run(*args, **kwds) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 27 passed, 41 warnings ======== py$(PYV): OK congratulations :)