1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
8 collecting ... collected 13 items
10 docs/conf.py::mypy PASSED
11 docs/conf.py::mypy-status PASSED
12 jaraco/test/__init__.py::mypy PASSED
13 jaraco/test/__init__.py::jaraco.test.property_error PASSED
14 jaraco/test/cpython.py::mypy PASSED
15 jaraco/test/cpython.py::jaraco.test.cpython PASSED
16 jaraco/test/cpython.py::jaraco.test.cpython.from_test_support PASSED
17 jaraco/test/http.py::mypy PASSED
20 tests/test_http.py::mypy PASSED
21 tests/test_http.py::test_needs_internet PASSED
22 tests/test_http.py::test_network_marker PASSED
24 ===================================== mypy =====================================
26 Success: no issues found in 5 source files
27 ======== 13 passed ========