1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder .tox/py$(PYV)
3 py$(PYV): commands[0]> python -m pytest
4 ============================= test session starts ==============================
5 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
6 cachedir: .tox/py$(PYV)/.pytest_cache
7 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
11 collecting ... collected 29 items
14 docs/conf.py::BLACK PASSED
15 docs/conf.py::mypy PASSED
16 portend.py::BLACK PASSED
17 portend.py::mypy PASSED
18 portend.py::mypy-status PASSED
19 portend.py::portend.Checker.assert_free PASSED
20 portend.py::portend.HostPort PASSED
21 portend.py::portend.client_host PASSED
22 portend.py::portend.find_available_local_port PASSED
23 portend.py::portend.free PASSED
24 portend.py::portend.occupied PASSED
25 test_portend.py::BLACK PASSED
26 test_portend.py::TestChecker::test_check_port_listening[AddressFamily.AF_INET6] PASSED
27 test_portend.py::TestChecker::test_check_port_listening[AddressFamily.AF_INET] PASSED
28 test_portend.py::TestChecker::test_check_port_nonlistening[AddressFamily.AF_INET6] PASSED
29 test_portend.py::TestChecker::test_check_port_nonlistening[AddressFamily.AF_INET] PASSED
30 test_portend.py::TestChecker::test_free_with_immediate_timeout[AddressFamily.AF_INET6] PASSED
31 test_portend.py::TestChecker::test_free_with_immediate_timeout[AddressFamily.AF_INET] PASSED
32 test_portend.py::TestChecker::test_free_with_timeout[AddressFamily.AF_INET6] PASSED
33 test_portend.py::TestChecker::test_free_with_timeout[AddressFamily.AF_INET] PASSED
34 test_portend.py::TestChecker::test_occupied_with_immediate_timeout[AddressFamily.AF_INET6] PASSED
35 test_portend.py::TestChecker::test_occupied_with_immediate_timeout[AddressFamily.AF_INET] PASSED
36 test_portend.py::mypy PASSED
37 test_portend.py::test_main[AddressFamily.AF_INET6] PASSED
38 test_portend.py::test_main[AddressFamily.AF_INET] PASSED
39 test_portend.py::test_main_timeout[AddressFamily.AF_INET6] PASSED
40 test_portend.py::test_main_timeout[AddressFamily.AF_INET] PASSED
42 ===================================== mypy =====================================
44 Success: no issues found in 3 source files
45 ======== 28 passed ========