py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples') rootdir: $(@D), configfile: tox.ini, testpaths: tests asyncio: mode=strict collecting ... collected 56 items self._warn("No data was collected.", slug="no-data-collected") self.warn(f"Module {pkg} was never imported.", slug="module-not-imported") $(PYTHON_DIR)/vendor-packages/coverage/control.py:838: CoverageWarning: No data was collected. (no-data-collected) PASSED tests/test_pytest_mypy.py::test_api_error_formatter[False] PASSED tests/test_pytest_mypy.py::test_api_error_formatter[None] PASSED tests/test_pytest_mypy.py::test_api_error_formatter[True] PASSED tests/test_pytest_mypy.py::test_api_mypy_argv[False] PASSED tests/test_pytest_mypy.py::test_api_mypy_argv[None] PASSED tests/test_pytest_mypy.py::test_api_mypy_argv[True] PASSED tests/test_pytest_mypy.py::test_api_nodeid_name[False] PASSED tests/test_pytest_mypy.py::test_api_nodeid_name[None] PASSED tests/test_pytest_mypy.py::test_api_nodeid_name[True] PASSED tests/test_pytest_mypy.py::test_looponfail[__init__] SKIPPED (always...) tests/test_pytest_mypy.py::test_looponfail[test_demo] SKIPPED (alway...) tests/test_pytest_mypy.py::test_mypy_annotation_unchecked[False] PASSED tests/test_pytest_mypy.py::test_mypy_annotation_unchecked[None] PASSED tests/test_pytest_mypy.py::test_mypy_annotation_unchecked[True] PASSED tests/test_pytest_mypy.py::test_mypy_config_file[False] PASSED tests/test_pytest_mypy.py::test_mypy_config_file[None] PASSED tests/test_pytest_mypy.py::test_mypy_config_file[True] PASSED tests/test_pytest_mypy.py::test_mypy_error[False] PASSED tests/test_pytest_mypy.py::test_mypy_error[None] PASSED tests/test_pytest_mypy.py::test_mypy_error[True] PASSED tests/test_pytest_mypy.py::test_mypy_ignore_missings_imports[False] PASSED tests/test_pytest_mypy.py::test_mypy_ignore_missings_imports[None] $(PYTHON_DIR)/vendor-packages/coverage/inorout.py:507: CoverageWarning: Module pytest_mypy was never imported. (module-not-imported) tests/test_pytest_mypy.py::test_mypy_ignore_missings_imports[True] PASSED tests/test_pytest_mypy.py::test_mypy_indirect[False-__init__] XFAIL tests/test_pytest_mypy.py::test_mypy_indirect[False-good] XFAIL (htt...) tests/test_pytest_mypy.py::test_mypy_indirect[None-__init__] XFAIL (...) tests/test_pytest_mypy.py::test_mypy_indirect[None-good] XFAIL (http...) tests/test_pytest_mypy.py::test_mypy_indirect[True-__init__] XFAIL (...) tests/test_pytest_mypy.py::test_mypy_indirect[True-good] XFAIL (http...) tests/test_pytest_mypy.py::test_mypy_item_collect[False] PASSED tests/test_pytest_mypy.py::test_mypy_item_collect[None] PASSED tests/test_pytest_mypy.py::test_mypy_item_collect[True] PASSED tests/test_pytest_mypy.py::test_mypy_marker[False] PASSED tests/test_pytest_mypy.py::test_mypy_marker[None] PASSED tests/test_pytest_mypy.py::test_mypy_marker[True] PASSED tests/test_pytest_mypy.py::test_mypy_pyi[False] PASSED tests/test_pytest_mypy.py::test_mypy_pyi[None] PASSED tests/test_pytest_mypy.py::test_mypy_pyi[True] PASSED tests/test_pytest_mypy.py::test_mypy_stderr[False] PASSED tests/test_pytest_mypy.py::test_mypy_stderr[None] PASSED tests/test_pytest_mypy.py::test_mypy_stderr[True] PASSED tests/test_pytest_mypy.py::test_mypy_success[False-1] PASSED tests/test_pytest_mypy.py::test_mypy_success[False-2] PASSED tests/test_pytest_mypy.py::test_mypy_success[None-1] PASSED tests/test_pytest_mypy.py::test_mypy_success[None-2] PASSED tests/test_pytest_mypy.py::test_mypy_success[True-1] PASSED tests/test_pytest_mypy.py::test_mypy_success[True-2] PASSED tests/test_pytest_mypy.py::test_mypy_unmatched_stdout[False] PASSED tests/test_pytest_mypy.py::test_mypy_unmatched_stdout[None] PASSED tests/test_pytest_mypy.py::test_mypy_unmatched_stdout[True] PASSED tests/test_pytest_mypy.py::test_non_mypy_error[False] PASSED tests/test_pytest_mypy.py::test_non_mypy_error[None] PASSED tests/test_pytest_mypy.py::test_non_mypy_error[True] PASSED tests/test_pytest_mypy.py::test_setup_cfg[False] PASSED tests/test_pytest_mypy.py::test_setup_cfg[None] PASSED tests/test_pytest_mypy.py::test_setup_cfg[True] PASSED Required test coverage of 100% reached. Total coverage: 100.00% ======== 48 passed, 2 skipped, 6 xfailed ======== py$(PYV): OK congratulations :)