py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) 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 9 items docs/conf.py::mypy PASSED docs/conf.py::mypy-status PASSED jaraco/services/__init__.py::mypy PASSED jaraco/services/__init__.py::jaraco.services.Guard PASSED jaraco/services/paths.py::mypy PASSED .::project PASSED .::project PASSED tests/test_services.py::mypy PASSED 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:1334: 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 ===================================== mypy ===================================== Success: no issues found in 4 source files ================================ tests coverage ================================ _______________ coverage: platform sunos5, python 3.9.21-final-0 _______________ Name Stmts Miss Cover Missing ----------------------------------------------------------- docs/conf.py 9 0 100% jaraco/services/__init__.py 155 77 50% 70, 93, 100, 109, 120, 123-127, 136-139, 142-147, 154-160, 163-171, 174-176, 180-184, 191, 194, 197, 200, 204-208, 222, 226, 230, 237-240, 246-248, 254-259, 262-264, 267-275 jaraco/services/paths.py 31 13 58% 30, 34-38, 46, 50-55 tests/test_services.py 18 0 100% ----------------------------------------------------------- TOTAL 213 90 58% ======== 9 passed, 3 warnings ======== py$(PYV): OK congratulations :)