py$(PYV): commands[0]> python -m pytest ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: pytest.ini testpaths: src/plaster_pastedeploy, tests collecting ... collected 71 items tests/test_configdict.py::test_copy[dict_copy] PASSED tests/test_configdict.py::test_copy[copy_copy] PASSED tests/test_get_settings.py::TestSimpleUri::test_sections PASSED tests/test_get_settings.py::TestSimpleUri::test_missing_section PASSED tests/test_get_settings.py::TestSimpleUri::test_no_defaults_passed PASSED tests/test_get_settings.py::TestSimpleUri::test_defaults_passed PASSED tests/test_get_settings.py::TestSectionedURI::test_sections PASSED tests/test_get_settings.py::TestSectionedURI::test_missing_section PASSED tests/test_get_settings.py::TestSectionedURI::test_no_defaults_passed PASSED tests/test_get_settings.py::TestSectionedURI::test_defaults_passed PASSED tests/test_get_settings.py::TestSectionedURI::test_no_section_name_passed PASSED tests/test_get_settings.py::TestFullURI::test_sections PASSED tests/test_get_settings.py::TestFullURI::test_missing_section PASSED tests/test_get_settings.py::TestFullURI::test_no_defaults_passed PASSED tests/test_get_settings.py::TestFullURI::test_defaults_passed PASSED tests/test_get_settings.py::TestFullURI::test_no_section_name_passed PASSED tests/test_get_settings.py::TestEggURI::test_sections PASSED tests/test_get_settings.py::TestEggURI::test_settings PASSED tests/test_get_settings.py::TestEggURI::test_named_settings PASSED tests/test_get_wsgi_app.py::TestSimpleURI::test_get_wsgi_app_with_relative PASSED tests/test_get_wsgi_app.py::TestSimpleURI::test_get_wsgi_app_main PASSED tests/test_get_wsgi_app.py::TestSimpleURI::test_invalid_name PASSED tests/test_get_wsgi_app.py::TestSectionedURI::test_get_wsgi_app_with_relative PASSED tests/test_get_wsgi_app.py::TestSectionedURI::test_get_wsgi_app_main PASSED tests/test_get_wsgi_app.py::TestSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_app.py::TestSchemeAndSectionedURI::test_get_wsgi_app_with_relative PASSED tests/test_get_wsgi_app.py::TestSchemeAndSectionedURI::test_get_wsgi_app_main PASSED tests/test_get_wsgi_app.py::TestSchemeAndSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_app.py::TestRelativeURI::test_get_wsgi_app_with_relative PASSED tests/test_get_wsgi_app.py::TestRelativeURI::test_get_wsgi_app_main PASSED tests/test_get_wsgi_app.py::TestRelativeURI::test_invalid_name PASSED tests/test_get_wsgi_app.py::TestRelativeSectionedURI::test_get_wsgi_app_with_relative PASSED tests/test_get_wsgi_app.py::TestRelativeSectionedURI::test_get_wsgi_app_main PASSED tests/test_get_wsgi_app.py::TestRelativeSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_app.py::TestRelativeSchemeAndSectionedURI::test_get_wsgi_app_with_relative PASSED tests/test_get_wsgi_app.py::TestRelativeSchemeAndSectionedURI::test_get_wsgi_app_main PASSED tests/test_get_wsgi_app.py::TestRelativeSchemeAndSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_app.py::TestEggURI::test_it PASSED tests/test_get_wsgi_app.py::TestEggURI::test_it_override_name PASSED tests/test_get_wsgi_app.py::TestEggURI::test_invalid_name PASSED tests/test_get_wsgi_app_settings.py::TestFullURI::test_get_wsgi_app_settings PASSED tests/test_get_wsgi_app_settings.py::TestFullURI::test_invalid_name PASSED tests/test_get_wsgi_app_settings.py::TestFullURI::test_foreign_config PASSED tests/test_get_wsgi_app_settings.py::TestSimpleURI::test_get_wsgi_app_settings PASSED tests/test_get_wsgi_app_settings.py::TestEggURI::test_it PASSED tests/test_get_wsgi_app_settings.py::TestEggURI::test_invalid_name PASSED tests/test_get_wsgi_filter.py::TestSimpleURI::test_get_wsgi_filter PASSED tests/test_get_wsgi_filter.py::TestSimpleURI::test_invalid_name PASSED tests/test_get_wsgi_filter.py::TestSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_filter.py::TestSectionedURI::test_get_wsgi_filter PASSED tests/test_get_wsgi_filter.py::TestSchemeAndSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_filter.py::TestSchemeAndSectionedURI::test_get_wsgi_filter PASSED tests/test_get_wsgi_filter.py::TestEggURI::test_it PASSED tests/test_get_wsgi_filter.py::TestEggURI::test_it_override_name PASSED tests/test_get_wsgi_filter.py::TestEggURI::test_invalid_name PASSED tests/test_get_wsgi_server.py::TestSimpleURI::test_get_wsgi_server_default PASSED tests/test_get_wsgi_server.py::TestSimpleURI::test_invalid_name PASSED tests/test_get_wsgi_server.py::TestSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_server.py::TestSectionedURI::test_get_wsgi_server_default PASSED tests/test_get_wsgi_server.py::TestSchemeAndSectionedURI::test_invalid_name PASSED tests/test_get_wsgi_server.py::TestSchemeAndSectionedURI::test_get_wsgi_server_default PASSED tests/test_get_wsgi_server.py::TestEggURI::test_it PASSED tests/test_get_wsgi_server.py::TestEggURI::test_it_override_name PASSED tests/test_get_wsgi_server.py::TestEggURI::test_invalid_name PASSED tests/test_loader.py::test___repr__ PASSED tests/test_setup_logging.py::Test_setup_logging::test_it_no_global_conf PASSED tests/test_setup_logging.py::Test_setup_logging::test_it_global_conf_empty PASSED tests/test_setup_logging.py::Test_setup_logging::test_it_global_conf_not_empty PASSED tests/test_setup_logging.py::Test_setup_logging::test_no_logging_section PASSED tests/test_setup_logging.py::Test_setup_logging::test_egg_uri PASSED tests/test_setup_logging.py::Test_setup_logging::test_it_keeps_existing_loggers PASSED =============================== warnings summary =============================== tests/conftest.py:4 $(@D)/tests/conftest.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources ../../../../../../../..$(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3146 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3146 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3146: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) ../../../../../../../..$(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3146 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3146: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 71 passed, 4 warnings ======== py$(PYV): OK congratulations :)