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 collecting ... collected 2 items jaraco/services/__init__.py::jaraco.services.Guard PASSED $(PYTHON_DIR)/tempfile.py:484: ResourceWarning: Implicitly cleaning up _warnings.warn(self.warn_message, ResourceWarning) tests/test_services.py::TestHTTPStatus::test_HTTPError PASSED =============================== warnings summary =============================== jaraco/services/__init__.py::jaraco.services.Guard jaraco/services/__init__.py::jaraco.services.Guard jaraco/services/__init__.py::jaraco.services.Guard $(PYTHON_DIR)/doctest.py:1400: DeprecationWarning: Guard is deprecated. File an issue with jaraco.services if you encounter this message. exec(compile(example.source, filename, "single", -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 2 passed, 3 warnings ======== py$(PYV): OK congratulations :)