py$(PYV): commands[0]> python -m pytest -s -ra --color=yes --color=no --capture=fd ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache metadata: {'Python': '3.9.25', 'Platform': 'SunOS-5.11-i86pc-i386-64bit-ELF', 'Packages': {'pytest': '8.4.2', 'pluggy': '1.6.0'}, 'Plugins': {'metadata': '3.1.1'}} rootdir: $(@D) configfile: tox.ini testpaths: tests collecting ... collected 10 items tests/test_metadata.py::test_metadata PASSED tests/test_metadata.py::test_environment_variables PASSED tests/test_metadata.py::test_additional_metadata PASSED tests/test_metadata.py::test_junit_integration[xunit1] PASSED tests/test_metadata.py::test_junit_integration[xunit2] PASSED tests/test_metadata.py::test_additional_metadata_from_json PASSED tests/test_metadata.py::test_additional_metadata_from_json_file PASSED tests/test_metadata.py::test_additional_metadata_using_key_values_json_str_and_file PASSED tests/test_metadata.py::test_metadata_hook PASSED tests/test_metadata.py::test_report_header PASSED ======== 10 passed ======== py$(PYV): OK congratulations :)