1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest -v --tb=short --basetemp=$(@D)/.tox/py$(PYV)/tmp
3 $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
4 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"
6 warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
7 ============================= test session starts ==============================
8 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
9 cachedir: .tox/py$(PYV)/.pytest_cache
11 configfile: pyproject.toml
13 asyncio: mode=auto, default_loop_scope=None
14 collecting ... collected 25 items
16 tests/test_context.py::test_temp_connection PASSED
17 tests/test_context.py::test_temp_connection_for_sender PASSED
18 tests/test_context.py::test_temp_connection_failure[Failure] PASSED
19 tests/test_context.py::test_temp_connection_failure[BaseFailure] PASSED
20 tests/test_signals.py::test_signal_signals_any_sender PASSED
21 tests/test_signals.py::test_signal_signals_strong_sender PASSED
22 tests/test_signals.py::test_signal_weak_receiver_vanishes PASSED
23 tests/test_signals.py::test_signal_signals_weak_sender PASSED
24 tests/test_signals.py::test_empty_bucket_growth PASSED
25 tests/test_signals.py::test_namespace PASSED
26 tests/test_signals.py::test_weak_receiver PASSED
27 tests/test_signals.py::test_strong_receiver PASSED
28 tests/test_signals.py::test_async_receiver PASSED
29 tests/test_signals.py::test_instancemethod_receiver PASSED
30 tests/test_signals.py::test_filtered_receiver PASSED
31 tests/test_signals.py::test_filtered_receiver_weakref PASSED
32 tests/test_signals.py::test_decorated_receiver PASSED
33 tests/test_signals.py::test_no_double_send PASSED
34 tests/test_signals.py::test_has_receivers PASSED
35 tests/test_signals.py::test_instance_doc PASSED
36 tests/test_signals.py::test_named_blinker PASSED
37 tests/test_signals.py::test_mute_signal PASSED
38 tests/test_signals.py::test_int_sender PASSED
39 tests/test_symbol.py::test_symbols PASSED
40 tests/test_symbol.py::test_pickled_symbols PASSED
42 ======== 25 passed ========