py$(PYV): commands[0]> make test python -m pytest ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache hypothesis profile 'default' rootdir: $(@D) configfile: pyproject.toml testpaths: docs, tests asyncio: mode=auto, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function collecting ... collected 241 items docs/concepts_concurrent_execution_example.py::test_first PASSED docs/concepts_concurrent_execution_example.py::test_second PASSED docs/concepts_function_scope_example.py::test_runs_in_a_loop PASSED docs/concepts_module_scope_example.py::test_remember_loop PASSED docs/concepts_module_scope_example.py::test_runs_in_a_loop PASSED docs/how-to-guides/change_fixture_loop_example.py::test_runs_in_module_loop PASSED docs/how-to-guides/class_scoped_loop_example.py::TestInOneEventLoopPerClass::test_remember_loop PASSED docs/how-to-guides/class_scoped_loop_example.py::TestInOneEventLoopPerClass::test_assert_same_loop PASSED docs/how-to-guides/module_scoped_loop_example.py::test_remember_loop PASSED docs/how-to-guides/module_scoped_loop_example.py::test_assert_same_loop PASSED docs/how-to-guides/multiple_loops_example.py::test_uses_custom_event_loop_policy[event_loop_policy0] PASSED docs/how-to-guides/multiple_loops_example.py::test_uses_custom_event_loop_policy[event_loop_policy1] PASSED docs/how-to-guides/parametrize_with_asyncio_example.py::test_parametrized_async_function[1] PASSED docs/how-to-guides/parametrize_with_asyncio_example.py::test_parametrized_async_function[2] PASSED docs/how-to-guides/parametrize_with_asyncio_example.py::test_parametrized_async_function[3] PASSED docs/reference/fixtures/event_loop_policy_example.py::test_uses_custom_event_loop_policy PASSED docs/reference/fixtures/event_loop_policy_parametrized_example.py::test_uses_custom_event_loop_policy[event_loop_policy0] PASSED docs/reference/fixtures/event_loop_policy_parametrized_example.py::test_uses_custom_event_loop_policy[event_loop_policy1] PASSED docs/reference/markers/class_scoped_loop_custom_policies_strict_mode_example.py::TestWithDifferentLoopPolicies::test_parametrized_loop[event_loop_policy0] PASSED docs/reference/markers/class_scoped_loop_custom_policies_strict_mode_example.py::TestWithDifferentLoopPolicies::test_parametrized_loop[event_loop_policy1] PASSED docs/reference/markers/class_scoped_loop_strict_mode_example.py::TestClassScopedLoop::test_remember_loop PASSED docs/reference/markers/class_scoped_loop_strict_mode_example.py::TestClassScopedLoop::test_this_runs_in_same_loop PASSED docs/reference/markers/class_scoped_loop_with_fixture_strict_mode_example.py::TestClassScopedLoop::test_runs_is_same_loop_as_fixture PASSED docs/reference/markers/function_scoped_loop_pytestmark_strict_mode_example.py::test_runs_in_asyncio_event_loop PASSED docs/reference/markers/function_scoped_loop_strict_mode_example.py::test_runs_in_asyncio_event_loop PASSED docs/reference/markers/module_scoped_loop_strict_mode_example.py::test_remember_loop PASSED docs/reference/markers/module_scoped_loop_strict_mode_example.py::test_this_runs_in_same_loop PASSED docs/reference/markers/module_scoped_loop_strict_mode_example.py::TestClassA::test_this_runs_in_same_loop PASSED tests/async_fixtures/test_async_fixtures.py::test_async_fixture PASSED tests/async_fixtures/test_async_fixtures.py::TestAsyncFixtureMethod::test_async_fixture_method PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_from_sync_generator_propagates_to_async PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_from_async_generator_propagates_to_sync PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_from_async_fixture_propagates_to_sync PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_from_generator_reset_before_previous_fixture_cleanup PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_from_fixture_reset_before_previous_fixture_cleanup PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_previous_value_restored_after_fixture PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_var_set_to_existing_value_ok PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_no_isolation_against_context_changes_in_sync_tests PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_isolation_against_context_changes_in_async_tests[function] PASSED tests/async_fixtures/test_async_fixtures_contextvars.py::test_isolation_against_context_changes_in_async_tests[module] PASSED tests/async_fixtures/test_nested.py::test_async_fixture PASSED tests/async_fixtures/test_shared_module_fixture.py::test_asyncio_mark_provides_package_scoped_loop_strict_mode PASSED tests/hypothesis/test_base.py::test_hypothesis_given_decorator_before_asyncio_mark PASSED tests/hypothesis/test_base.py::test_mark_outer PASSED tests/hypothesis/test_base.py::test_mark_and_parametrize[1] PASSED tests/hypothesis/test_base.py::test_mark_and_parametrize[2] PASSED tests/hypothesis/test_base.py::test_async_auto_marked PASSED tests/hypothesis/test_base.py::test_sync_not_auto_marked PASSED tests/markers/test_class_scope.py::TestPyTestMark::test_is_asyncio PASSED tests/markers/test_class_scope.py::test_asyncio_mark_provides_class_scoped_loop_when_applied_to_functions PASSED tests/markers/test_class_scope.py::test_asyncio_mark_provides_class_scoped_loop_when_applied_to_class PASSED tests/markers/test_class_scope.py::test_asyncio_mark_is_inherited_to_subclasses PASSED tests/markers/test_class_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED tests/markers/test_class_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED tests/markers/test_class_scope.py::test_asyncio_mark_provides_class_scoped_loop_to_fixtures PASSED tests/markers/test_class_scope.py::test_asyncio_mark_allows_combining_class_scoped_fixture_with_function_scoped_test PASSED tests/markers/test_class_scope.py::test_asyncio_mark_handles_missing_event_loop_triggered_by_fixture PASSED tests/markers/test_class_scope.py::test_standalone_test_does_not_trigger_warning_about_no_current_event_loop_being_set PASSED tests/markers/test_function_scope.py::test_asyncio_mark_provides_function_scoped_loop_strict_mode PASSED tests/markers/test_function_scope.py::test_loop_scope_function_provides_function_scoped_event_loop PASSED tests/markers/test_function_scope.py::test_raises_when_scope_and_loop_scope_arguments_are_present PASSED tests/markers/test_function_scope.py::test_warns_when_scope_argument_is_present PASSED tests/markers/test_function_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED tests/markers/test_function_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED tests/markers/test_function_scope.py::test_asyncio_mark_provides_function_scoped_loop_to_fixtures PASSED tests/markers/test_function_scope.py::test_asyncio_mark_handles_missing_event_loop_triggered_by_fixture PASSED tests/markers/test_function_scope.py::test_standalone_test_does_not_trigger_warning_about_no_current_event_loop_being_set PASSED tests/markers/test_function_scope.py::test_asyncio_mark_does_not_duplicate_other_marks_in_auto_mode PASSED tests/markers/test_invalid_arguments.py::test_no_error_when_scope_passed_as_sole_keyword_argument PASSED tests/markers/test_invalid_arguments.py::test_error_when_scope_passed_as_positional_argument PASSED tests/markers/test_invalid_arguments.py::test_error_when_wrong_keyword_argument_is_passed PASSED tests/markers/test_invalid_arguments.py::test_error_when_additional_keyword_arguments_are_passed PASSED tests/markers/test_mixed_scope.py::test_function_scoped_loop_restores_previous_loop_scope PASSED tests/markers/test_module_scope.py::test_asyncio_mark_provides_module_scoped_loop_strict_mode PASSED tests/markers/test_module_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED tests/markers/test_module_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED tests/markers/test_module_scope.py::test_asyncio_mark_provides_module_scoped_loop_to_fixtures PASSED tests/markers/test_module_scope.py::test_asyncio_mark_allows_combining_module_scoped_fixture_with_class_scoped_test PASSED tests/markers/test_module_scope.py::test_asyncio_mark_allows_combining_module_scoped_fixture_with_function_scoped_test PASSED tests/markers/test_module_scope.py::test_allows_combining_module_scoped_asyncgen_fixture_with_function_scoped_test PASSED tests/markers/test_module_scope.py::test_asyncio_mark_handles_missing_event_loop_triggered_by_fixture PASSED tests/markers/test_module_scope.py::test_standalone_test_does_not_trigger_warning_about_no_current_event_loop_being_set PASSED tests/markers/test_package_scope.py::test_asyncio_mark_provides_package_scoped_loop_strict_mode PASSED tests/markers/test_package_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED tests/markers/test_package_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED tests/markers/test_package_scope.py::test_asyncio_mark_provides_package_scoped_loop_to_fixtures PASSED tests/markers/test_package_scope.py::test_asyncio_mark_allows_combining_package_scoped_fixture_with_module_scoped_test PASSED tests/markers/test_package_scope.py::test_asyncio_mark_allows_combining_package_scoped_fixture_with_class_scoped_test PASSED tests/markers/test_package_scope.py::test_asyncio_mark_allows_combining_package_scoped_fixture_with_function_scoped_test PASSED tests/markers/test_package_scope.py::test_asyncio_mark_handles_missing_event_loop_triggered_by_fixture PASSED tests/markers/test_session_scope.py::test_asyncio_mark_provides_session_scoped_loop_strict_mode PASSED tests/markers/test_session_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED tests/markers/test_session_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED tests/markers/test_session_scope.py::test_asyncio_mark_provides_session_scoped_loop_to_fixtures PASSED tests/markers/test_session_scope.py::test_asyncio_mark_allows_combining_session_scoped_fixture_with_package_scoped_test PASSED tests/markers/test_session_scope.py::test_asyncio_mark_allows_combining_session_scoped_fixture_with_module_scoped_test PASSED tests/markers/test_session_scope.py::test_asyncio_mark_allows_combining_session_scoped_fixture_with_class_scoped_test PASSED tests/markers/test_session_scope.py::test_asyncio_mark_allows_combining_session_scoped_fixture_with_function_scoped_test PASSED tests/markers/test_session_scope.py::test_allows_combining_session_scoped_asyncgen_fixture_with_function_scoped_test PASSED tests/markers/test_session_scope.py::test_asyncio_mark_handles_missing_event_loop_triggered_by_fixture PASSED tests/markers/test_session_scope.py::test_standalone_test_does_not_trigger_warning_about_no_current_event_loop_being_set PASSED tests/modes/test_auto_mode.py::test_auto_mode_cmdline PASSED tests/modes/test_auto_mode.py::test_auto_mode_cfg PASSED tests/modes/test_auto_mode.py::test_auto_mode_async_fixture PASSED tests/modes/test_auto_mode.py::test_auto_mode_method_fixture PASSED tests/modes/test_auto_mode.py::test_auto_mode_static_method PASSED tests/modes/test_auto_mode.py::test_auto_mode_static_method_fixture PASSED tests/modes/test_strict_mode.py::test_strict_mode_cmdline PASSED tests/modes/test_strict_mode.py::test_strict_mode_cfg PASSED tests/modes/test_strict_mode.py::test_strict_mode_method_fixture PASSED tests/modes/test_strict_mode.py::test_strict_mode_ignores_unmarked_coroutine PASSED tests/modes/test_strict_mode.py::test_strict_mode_ignores_unmarked_fixture PASSED tests/modes/test_strict_mode.py::test_strict_mode_marked_test_unmarked_fixture_warning PASSED tests/modes/test_strict_mode.py::test_strict_mode_marked_test_unmarked_autouse_fixture_warning PASSED tests/test_asyncio_debug.py::test_asyncio_debug_disabled_by_default PASSED tests/test_asyncio_debug.py::test_asyncio_debug_enabled_via_cli_option PASSED tests/test_asyncio_debug.py::test_asyncio_debug_enabled_via_config_option[true] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_enabled_via_config_option[1] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_disabled_via_config_option[false] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_disabled_via_config_option[0] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_cli_option_overrides_config PASSED tests/test_asyncio_debug.py::test_asyncio_debug_with_different_loop_scopes[function] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_with_different_loop_scopes[module] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_with_different_loop_scopes[session] PASSED tests/test_asyncio_debug.py::test_asyncio_debug_with_async_fixtures PASSED tests/test_asyncio_debug.py::test_asyncio_debug_multiple_test_functions PASSED tests/test_asyncio_fixture.py::test_bare_fixture PASSED tests/test_asyncio_fixture.py::test_fixture_with_name PASSED tests/test_asyncio_fixture.py::test_fixture_with_params[2] PASSED tests/test_asyncio_fixture.py::test_fixture_with_params[4] PASSED tests/test_asyncio_fixture.py::test_sync_function_uses_async_fixture[auto] PASSED tests/test_asyncio_fixture.py::test_sync_function_uses_async_fixture[strict] PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_sync_function_emits_warning PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_async_generator_function_emits_warning_in_strict_mode PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_async_generator_function_emits_warning_in_auto_mode PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_async_generator_method_emits_warning_in_strict_mode PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_async_generator_method_emits_warning_in_auto_mode PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_async_generator_staticmethod_emits_warning_in_strict_mode PASSED tests/test_asyncio_mark.py::test_asyncio_mark_on_async_generator_staticmethod_emits_warning_in_auto_mode PASSED tests/test_asyncio_mark.py::test_asyncio_marker_fallbacks_to_configured_default_loop_scope_if_not_set PASSED tests/test_asyncio_mark.py::test_asyncio_marker_uses_marker_loop_scope_even_if_config_is_set PASSED tests/test_doctest.py::test_plugin_does_not_interfere_with_doctest_collection PASSED tests/test_doctest.py::test_plugin_does_not_interfere_with_doctest_textfile_collection PASSED tests/test_event_loop_fixture.py::test_event_loop_fixture_respects_event_loop_policy PASSED tests/test_event_loop_fixture.py::test_event_loop_fixture_handles_unclosed_async_gen PASSED tests/test_event_loop_fixture.py::test_closing_event_loop_in_sync_fixture_teardown_raises_warning PASSED tests/test_event_loop_fixture.py::test_event_loop_fixture_asyncgen_error PASSED tests/test_fixture_loop_scopes.py::test_loop_scope_session_is_independent_of_fixture_scope[session] PASSED tests/test_fixture_loop_scopes.py::test_loop_scope_session_is_independent_of_fixture_scope[package] PASSED tests/test_fixture_loop_scopes.py::test_loop_scope_session_is_independent_of_fixture_scope[module] PASSED tests/test_fixture_loop_scopes.py::test_loop_scope_session_is_independent_of_fixture_scope[class] PASSED tests/test_fixture_loop_scopes.py::test_loop_scope_session_is_independent_of_fixture_scope[function] PASSED tests/test_fixture_loop_scopes.py::test_default_loop_scope_config_option_changes_fixture_loop_scope[function] PASSED tests/test_fixture_loop_scopes.py::test_default_loop_scope_config_option_changes_fixture_loop_scope[module] PASSED tests/test_fixture_loop_scopes.py::test_default_loop_scope_config_option_changes_fixture_loop_scope[session] PASSED tests/test_fixture_loop_scopes.py::test_default_class_loop_scope_config_option_changes_fixture_loop_scope PASSED tests/test_fixture_loop_scopes.py::test_default_package_loop_scope_config_option_changes_fixture_loop_scope PASSED tests/test_fixture_loop_scopes.py::test_invalid_default_fixture_loop_scope_raises_error PASSED tests/test_import.py::test_import_warning_does_not_cause_internal_error PASSED tests/test_import.py::test_import_warning_in_package_does_not_cause_internal_error PASSED tests/test_import.py::test_does_not_import_unrelated_packages PASSED tests/test_is_async_test.py::test_returns_false_for_sync_item PASSED tests/test_is_async_test.py::test_returns_true_for_marked_coroutine_item_in_strict_mode PASSED tests/test_is_async_test.py::test_returns_false_for_unmarked_coroutine_item_in_strict_mode PASSED tests/test_is_async_test.py::test_returns_true_for_unmarked_coroutine_item_in_auto_mode PASSED tests/test_package.py::test_package_exposes_version PASSED tests/test_port_factories.py::test_unused_tcp_port_selects_unused_port PASSED tests/test_port_factories.py::test_unused_udp_port_selects_unused_port PASSED tests/test_port_factories.py::test_unused_tcp_port_factory_selects_unused_port PASSED tests/test_port_factories.py::test_unused_udp_port_factory_selects_unused_port PASSED tests/test_port_factories.py::test_unused_port_factory_duplicate PASSED tests/test_port_factories.py::test_unused_udp_port_factory_duplicate PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.set_event_loop(None)-function] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.set_event_loop(None)-module] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.set_event_loop(None)-package] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.set_event_loop(None)-session] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.run(asyncio.sleep(0))-function] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.run(asyncio.sleep(0))-module] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.run(asyncio.sleep(0))-package] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[asyncio.run(asyncio.sleep(0))-session] PASSED tests/test_set_event_loop.py::test_set_event_loop_none[with asyncio.Runner(): pass-function] SKIPPED tests/test_set_event_loop.py::test_set_event_loop_none[with asyncio.Runner(): pass-module] SKIPPED tests/test_set_event_loop.py::test_set_event_loop_none[with asyncio.Runner(): pass-package] SKIPPED tests/test_set_event_loop.py::test_set_event_loop_none[with asyncio.Runner(): pass-session] SKIPPED tests/test_set_event_loop.py::test_set_event_loop_none_class[asyncio.set_event_loop(None)] PASSED tests/test_set_event_loop.py::test_set_event_loop_none_class[asyncio.run(asyncio.sleep(0))] PASSED tests/test_set_event_loop.py::test_set_event_loop_none_class[with asyncio.Runner(): pass] SKIPPED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[asyncio.set_event_loop(None)-module] PASSED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[asyncio.set_event_loop(None)-package] PASSED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[asyncio.set_event_loop(None)-session] PASSED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[asyncio.run(asyncio.sleep(0))-module] PASSED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[asyncio.run(asyncio.sleep(0))-package] PASSED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[asyncio.run(asyncio.sleep(0))-session] PASSED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[with asyncio.Runner(): pass-module] SKIPPED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[with asyncio.Runner(): pass-package] SKIPPED tests/test_set_event_loop.py::test_original_shared_loop_is_reinstated_not_fresh_loop[with asyncio.Runner(): pass-session] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[asyncio.set_event_loop(None)-module] PASSED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[asyncio.set_event_loop(None)-package] PASSED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[asyncio.set_event_loop(None)-session] PASSED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[asyncio.run(asyncio.sleep(0))-module] PASSED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[asyncio.run(asyncio.sleep(0))-package] PASSED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[asyncio.run(asyncio.sleep(0))-session] PASSED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[with asyncio.Runner(): pass-module] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[with asyncio.Runner(): pass-package] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_fixture_preservation[with asyncio.Runner(): pass-session] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.set_event_loop(None)-module-session] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.set_event_loop(None)-session-module] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.set_event_loop(None)-package-session] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.set_event_loop(None)-session-package] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.set_event_loop(None)-package-module] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.set_event_loop(None)-module-package] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.run(asyncio.sleep(0))-module-session] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.run(asyncio.sleep(0))-session-module] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.run(asyncio.sleep(0))-package-session] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.run(asyncio.sleep(0))-session-package] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.run(asyncio.sleep(0))-package-module] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[asyncio.run(asyncio.sleep(0))-module-package] PASSED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[with asyncio.Runner(): pass-module-session] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[with asyncio.Runner(): pass-session-module] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[with asyncio.Runner(): pass-package-session] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[with asyncio.Runner(): pass-session-package] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[with asyncio.Runner(): pass-package-module] SKIPPED tests/test_set_event_loop.py::test_shared_loop_with_multiple_fixtures_preservation[with asyncio.Runner(): pass-module-package] SKIPPED tests/test_simple.py::test_asyncio_marker PASSED tests/test_simple.py::test_asyncio_marker_compatibility_with_xfail PASSED tests/test_simple.py::test_asyncio_auto_mode_compatibility_with_xfail PASSED tests/test_simple.py::test_asyncio_marker_with_default_param PASSED tests/test_simple.py::TestMarkerInClassBasedTests::test_asyncio_marker_with_implicit_loop_fixture PASSED tests/test_simple.py::TestEventLoopStartedBeforeFixtures::test_no_event_loop PASSED tests/test_simple.py::TestEventLoopStartedBeforeFixtures::test_event_loop_after_fixture PASSED tests/test_simple.py::TestEventLoopStartedBeforeFixtures::test_event_loop_before_fixture PASSED tests/test_simple.py::test_invalid_asyncio_mode PASSED tests/test_skips.py::test_asyncio_strict_mode_skip PASSED tests/test_skips.py::test_asyncio_auto_mode_skip PASSED tests/test_skips.py::test_asyncio_strict_mode_module_level_skip PASSED tests/test_skips.py::test_asyncio_auto_mode_module_level_skip PASSED tests/test_skips.py::test_asyncio_auto_mode_wrong_skip_usage PASSED tests/test_skips.py::test_unittest_skiptest_compatibility PASSED tests/test_skips.py::test_skip_in_module_does_not_skip_package PASSED tests/test_subprocess.py::test_subprocess PASSED tests/test_task_cleanup.py::test_task_is_cancelled_when_abandoned_by_test PASSED =========================== short test summary info ============================ ======== 224 passed, 17 skipped ======== py$(PYV): OK congratulations :)