py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest -v --tb=short --basetemp=$(@D)/.tox/py$(PYV)/tmp
$(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
testpaths: tests
asyncio: mode=auto, default_loop_scope=None
collecting ... collected 25 items

tests/test_context.py::test_temp_connection PASSED
tests/test_context.py::test_temp_connection_for_sender PASSED
tests/test_context.py::test_temp_connection_failure[Failure] PASSED
tests/test_context.py::test_temp_connection_failure[BaseFailure] PASSED
tests/test_signals.py::test_signal_signals_any_sender PASSED
tests/test_signals.py::test_signal_signals_strong_sender PASSED
tests/test_signals.py::test_signal_weak_receiver_vanishes PASSED
tests/test_signals.py::test_signal_signals_weak_sender PASSED
tests/test_signals.py::test_empty_bucket_growth PASSED
tests/test_signals.py::test_namespace PASSED
tests/test_signals.py::test_weak_receiver PASSED
tests/test_signals.py::test_strong_receiver PASSED
tests/test_signals.py::test_async_receiver PASSED
tests/test_signals.py::test_instancemethod_receiver PASSED
tests/test_signals.py::test_filtered_receiver PASSED
tests/test_signals.py::test_filtered_receiver_weakref PASSED
tests/test_signals.py::test_decorated_receiver PASSED
tests/test_signals.py::test_no_double_send PASSED
tests/test_signals.py::test_has_receivers PASSED
tests/test_signals.py::test_instance_doc PASSED
tests/test_signals.py::test_named_blinker PASSED
tests/test_signals.py::test_mute_signal PASSED
tests/test_signals.py::test_int_sender PASSED
tests/test_symbol.py::test_symbols PASSED
tests/test_symbol.py::test_pickled_symbols PASSED

======== 25 passed ========
  py$(PYV): OK
  congratulations :)