Marcel Telka
2024-01-04 0876be83f3b0863da28830f9a822087eb37c7126
python/pytest-asyncio: update to 0.23.3

3 files modified
26 ■■■■■ changed files
components/python/pytest-asyncio/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/pytest-asyncio/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/pytest-asyncio/test/results-all.master 18 ●●●●● patch | view | raw | blame | history
components/python/pytest-asyncio/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pytest-asyncio
HUMAN_VERSION =            0.23.2
HUMAN_VERSION =            0.23.3
COMPONENT_SUMMARY =        pytest-asyncio - Pytest support for asyncio
COMPONENT_PROJECT_URL =        https://github.com/pytest-dev/pytest-asyncio
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/1e/4a/9ed4762a08facf8dfb2e31b0393913e3dce391a7735e0965c0f2e66f0938/pytest-asyncio-0.23.2.tar.gz
    https://files.pythonhosted.org/packages/1d/27/f036ec4bcbfd056c54572d7169ba3dbb54e7181f02f21caadd3aecb9cf5b/pytest-asyncio-0.23.3.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc
    sha256:af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pytest-asyncio/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/pytest-asyncio/test/results-all.master
@@ -9,7 +9,7 @@
configfile: setup.cfg
testpaths: docs/source, tests
asyncio: mode=auto
collecting ... collected 159 items
collecting ... collected 163 items
docs/source/concepts_function_scope_example.py::test_runs_in_a_loop PASSED
docs/source/concepts_module_scope_example.py::test_remember_loop PASSED
@@ -69,6 +69,7 @@
tests/markers/test_function_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED
tests/markers/test_function_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED
tests/markers/test_function_scope.py::test_function_scope_supports_explicit_event_loop_fixture_request 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_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_asyncio_mark_handles_missing_event_loop_triggered_by_fixture PASSED
@@ -87,6 +88,7 @@
tests/markers/test_package_scope.py::test_asyncio_mark_respects_parametrized_loop_policies PASSED
tests/markers/test_package_scope.py::test_asyncio_mark_respects_the_loop_policy PASSED
tests/markers/test_package_scope.py::test_raise_when_event_loop_fixture_is_requested_in_addition_to_scoped_loop 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_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_asyncio_mark_allows_combining_session_scoped_fixture_with_module_scoped_test PASSED
@@ -143,6 +145,7 @@
tests/test_explicit_event_loop_fixture_request.py::test_emit_warning_when_event_loop_is_explicitly_requested_in_coroutine_fixture PASSED
tests/test_explicit_event_loop_fixture_request.py::test_emit_warning_when_event_loop_is_explicitly_requested_in_coroutine_method PASSED
tests/test_explicit_event_loop_fixture_request.py::test_emit_warning_when_event_loop_is_explicitly_requested_in_coroutine_staticmethod PASSED
tests/test_import.py::test_import_warning PASSED
tests/test_is_async_test.py::test_returns_false_for_sync_item 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_marked_coroutine_item_in_strict_mode PASSED
@@ -154,11 +157,6 @@
tests/test_port_factories.py::test_unused_udp_port_factory_duplicate PASSED
tests/test_port_factories.py::test_unused_udp_port_factory_selects_unused_port PASSED
tests/test_port_factories.py::test_unused_udp_port_selects_unused_port PASSED
tests/test_pytest_skip.py::test_asyncio_auto_mode_module_level_skip PASSED
tests/test_pytest_skip.py::test_asyncio_auto_mode_skip PASSED
tests/test_pytest_skip.py::test_asyncio_auto_mode_wrong_skip_usage PASSED
tests/test_pytest_skip.py::test_asyncio_strict_mode_module_level_skip PASSED
tests/test_pytest_skip.py::test_asyncio_strict_mode_skip 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::TestEventLoopStartedBeforeFixtures::test_no_event_loop PASSED
@@ -169,8 +167,14 @@
tests/test_simple.py::test_asyncio_marker_with_default_param PASSED
tests/test_simple.py::test_event_loop_fixture PASSED
tests/test_simple.py::test_invalid_asyncio_mode PASSED
tests/test_skips.py::test_asyncio_auto_mode_module_level_skip PASSED
tests/test_skips.py::test_asyncio_auto_mode_skip PASSED
tests/test_skips.py::test_asyncio_auto_mode_wrong_skip_usage PASSED
tests/test_skips.py::test_asyncio_strict_mode_module_level_skip PASSED
tests/test_skips.py::test_asyncio_strict_mode_skip PASSED
tests/test_skips.py::test_unittest_skiptest_compatibility PASSED
tests/test_subprocess.py::test_subprocess PASSED
======== 159 passed ========
======== 163 passed ========
  py$(PYV): OK
  congratulations :)