1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.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')
8 rootdir: $(@D), configfile: tox.ini
10 collecting ... collected 13 items
13 testing/test_boxed.py::test_functional_boxed PASSED
14 testing/test_boxed.py::test_functional_boxed_capturing[fd] XFAIL (ca...)
15 testing/test_boxed.py::test_functional_boxed_capturing[no] PASSED
16 testing/test_boxed.py::test_functional_boxed_capturing[sys] XFAIL (c...)
17 testing/test_boxed.py::test_functional_boxed_per_test PASSED
18 testing/test_boxed.py::test_is_not_boxed_by_default PASSED
19 testing/test_xfail_behavior.py::test_xfail[non-strict xfail] PASSED
20 testing/test_xfail_behavior.py::test_xfail[non-strict xpass] PASSED
21 testing/test_xfail_behavior.py::test_xfail[strict xfail] PASSED
22 testing/test_xfail_behavior.py::test_xfail[strict xpass] PASSED
24 =========================== short test summary info ============================
25 ======== 9 passed, 2 xfailed ========