py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
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: pytest.ini
collecting ... collected 79 items

conftest.py::mypy PASSED
docs/conf.py::mypy PASSED
pip-run.py::mypy PASSED
pip_run/__init__.py::mypy PASSED
pip_run/__main__.py::mypy PASSED
pip_run/commands.py::mypy PASSED
pip_run/commands.py::pip_run.commands._separate_dash PASSED
pip_run/commands.py::pip_run.commands._separate_script PASSED
pip_run/commands.py::pip_run.commands.infer_ipython PASSED
pip_run/commands.py::pip_run.commands.separate PASSED
pip_run/compat/py310.py::mypy PASSED
pip_run/compat/py$(PYV).py::mypy PASSED
pip_run/deps.py::mypy PASSED
pip_run/deps.py::pip_run.deps.Install.__bool__ PASSED
pip_run/deps.py::pip_run.deps.default_quiet PASSED
pip_run/deps.py::pip_run.deps.empty PASSED
pip_run/launch.py::mypy PASSED
pip_run/launch.py::pip_run.launch._build_env PASSED
pip_run/launch.py::pip_run.launch._path_insert PASSED
pip_run/launch.py::pip_run.launch.infer_cmd PASSED
pip_run/launch.py::pip_run.launch.inject_sitecustomize PASSED
pip_run/read-deps.py::mypy PASSED
pip_run/read-deps.py::pip_run.read-deps.run PASSED
pip_run/retention/__init__.py::mypy PASSED
pip_run/retention/__init__.py::pip_run.retention.Strategy.resolve PASSED
pip_run/retention/destroy.py::mypy PASSED
pip_run/retention/persist.py::mypy PASSED
pip_run/retention/persist.py::pip_run.retention.persist.Eternity PASSED
pip_run/retention/persist.py::pip_run.retention.persist.cache_key PASSED
pip_run/retention/persist.py::pip_run.retention.persist.clean_if_older PASSED
pip_run/retention/persist.py::pip_run.retention.persist.parse_duration PASSED
pip_run/scripts.py::mypy PASSED
pip_run/scripts.py::pip_run.scripts.DepsReader.infer PASSED
pip_run/scripts.py::pip_run.scripts.DepsReader.read_python PASSED
pip_run/scripts.py::pip_run.scripts.DepsReader.read_toml PASSED
.::project PASSED
.::project PASSED
tests/test_commands.py::mypy PASSED
tests/test_commands.py::test_shebang_detected[#!/usr/bin/env python] PASSED
tests/test_commands.py::test_shebang_detected[#!/usr/bin/env -S pip-run] PASSED
tests/test_commands.py::test_shebang_detected[#!/usr/bin/python -W error] PASSED
tests/test_commands.py::test_shebang_detected[\ufeff#!/usr/bin/env -S python] PASSED
tests/test_commands.py::test_shebang_not_detected[#/usr/bin/env python] PASSED
tests/test_commands.py::test_shebang_not_detected[!/usr/bin/env python] PASSED
tests/test_commands.py::test_shebang_invalid_encoding PASSED
tests/test_deps.py::mypy PASSED
tests/test_deps.py::TestLoad::test_no_args_passes[persist] PASSED
tests/test_deps.py::TestLoad::test_no_args_passes[destroy] PASSED
tests/test_deps.py::TestLoad::test_only_options_passes[persist] PASSED
tests/test_deps.py::TestLoad::test_only_options_passes[destroy] PASSED
tests/test_launch.py::mypy PASSED
tests/test_launch.py::test_with_path PASSED
tests/test_launch.py::test_with_path_result_code PASSED
tests/test_launch.py::test_build_env PASSED
tests/test_launch.py::test_nonexistent_path PASSED
tests/test_retention.py::mypy PASSED
tests/test_retention.py::test_target_retention_context[persist] PASSED
tests/test_retention.py::test_target_retention_context[destroy] PASSED
tests/test_scripts.py::mypy PASSED
tests/test_scripts.py::test_pkg_imported[--dash0] SKIPPED (Unable to...)
tests/test_scripts.py::test_pkg_imported[--dash1] PASSED
tests/test_scripts.py::test_pkg_imported[-.py-dash2] PASSED
tests/test_scripts.py::test_pkg_imported[-.py-dash3] PASSED
tests/test_scripts.py::test_pkg_imported[#!/usr/bin/env python--dash4] PASSED
tests/test_scripts.py::test_pkg_imported[#!/usr/bin/env python--dash5] PASSED
tests/test_scripts.py::test_pkg_imported[#!/usr/bin/env python-.py-dash6] PASSED
tests/test_scripts.py::test_pkg_imported[#!/usr/bin/env python-.py-dash7] PASSED
tests/test_scripts.py::TestSourceDepsReader::test_reads_files_with_attribute_assignment PASSED
tests/test_scripts.py::TestSourceDepsReader::test_duplicate_definition PASSED
tests/test_scripts.py::TestSourceDepsReader::test_reads_files_with_multiple_assignment PASSED
tests/test_scripts.py::TestSourceDepsReader::test_index_url PASSED
tests/test_scripts.py::TestSourceDepsReader::test_toml_style PASSED
tests/test_scripts.py::TestSourceDepsReader::test_search_long_parameter PASSED
tests/test_scripts.py::TestNotebookDepsReader::test_one_code_block PASSED
tests/test_scripts.py::TestNotebookDepsReader::test_multiple_code_blocks PASSED
tests/test_scripts.py::TestNotebookDepsReader::test_code_and_markdown PASSED
tests/test_scripts.py::TestNotebookDepsReader::test_jupyter_directives PASSED
tests/test_scripts.py::test_pkg_loaded_from_alternate_index PASSED
tests/test_scripts.py::test_pkg_loaded_from_url PASSED
===================================== mypy =====================================

Success: no issues found in 20 source files
======== 78 passed, 1 skipped ========
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw6/test_static_directory_without_0
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw6/test_static_directory_without_1
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw6
<class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw6'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
<class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5/test_static_directory_without_0
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5/test_static_directory_without_1
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw5
<class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw5'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
<class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw3/test_static_directory_without_0
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw3/test_static_directory_without_1
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw3
<class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw3'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
<class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw3/test_static_directory_without_0
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_0'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw3/test_static_directory_without_1
<class 'FileExistsError'>: [Errno 17] File exists: 'test_static_directory_without_1'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw3
<class 'FileExistsError'>: [Errno 17] File exists: 'popen-gw3'
  warnings.warn(
$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)
<class 'FileExistsError'>: [Errno 17] File exists: '$(TMPDIR)
  warnings.warn(
  py$(PYV): OK
  congratulations :)