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: pyproject.toml collecting ... collected 35 items test_pkgconfig.py::test_exists PASSED test_pkgconfig.py::test_version[3.2.1-True] PASSED test_pkgconfig.py::test_version[==3.2.1-True] PASSED test_pkgconfig.py::test_version[==3.2.2-False] PASSED test_pkgconfig.py::test_version[> 2.2-True] PASSED test_pkgconfig.py::test_version[> 3.4-False] PASSED test_pkgconfig.py::test_version[<= 3.3.5-True] PASSED test_pkgconfig.py::test_version[< 2.3-False] PASSED test_pkgconfig.py::test_openssl[1.1.0j-True] PASSED test_pkgconfig.py::test_openssl[==1.1.0j-True] PASSED test_pkgconfig.py::test_openssl[==1.1.0k-False] PASSED test_pkgconfig.py::test_openssl[>= 1.1.0-True] PASSED test_pkgconfig.py::test_openssl[> 1.2.0-False] PASSED test_pkgconfig.py::test_openssl[< 1.2.0-True] PASSED test_pkgconfig.py::test_openssl[< 1.1.0-False] PASSED test_pkgconfig.py::test_openssl[>= 1.1-True] PASSED test_pkgconfig.py::test_openssl[> 1.2-False] PASSED test_pkgconfig.py::test_openssl[< 1.2-True] PASSED test_pkgconfig.py::test_openssl[< 1.1-False] PASSED test_pkgconfig.py::test_openssl[>= 1.1.0c-True] PASSED test_pkgconfig.py::test_openssl[>= 1.1.0k-False] PASSED test_pkgconfig.py::test_dld_pkg[1.2.3b4-True] PASSED test_pkgconfig.py::test_dld_pkg[==1.2.3b4-True] PASSED test_pkgconfig.py::test_dld_pkg[==1.2.3-False] PASSED test_pkgconfig.py::test_dld_pkg[>= 1.2.3b3-True] PASSED test_pkgconfig.py::test_dld_pkg[< 1.2.3b5-True] PASSED test_pkgconfig.py::test_modversion PASSED test_pkgconfig.py::test_cflags PASSED test_pkgconfig.py::test_libs PASSED test_pkgconfig.py::test_libs_static PASSED test_pkgconfig.py::test_parse PASSED test_pkgconfig.py::test_parse_static PASSED test_pkgconfig.py::test_configure_extension PASSED test_pkgconfig.py::test_listall PASSED test_pkgconfig.py::test_variables PASSED ======== 35 passed ======== py$(PYV): OK congratulations :)