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 54 items

conftest.py::mypy PASSED
conftest.py::mypy-status PASSED
docs/conf.py::mypy PASSED
.::project PASSED
.::project PASSED
tempora/__init__.py::mypy PASSED
tempora/__init__.py::tempora._Saved_NS PASSED
tempora/__init__.py::tempora._prorated_values PASSED
tempora/__init__.py::tempora.calculate_prorated_values PASSED
tempora/__init__.py::tempora.date_range PASSED
tempora/__init__.py::tempora.datetime_mod PASSED
tempora/__init__.py::tempora.datetime_round PASSED
tempora/__init__.py::tempora.get_date_format_string PASSED
tempora/__init__.py::tempora.get_nearest_year_for_day PASSED
tempora/__init__.py::tempora.get_period_seconds PASSED
tempora/__init__.py::tempora.gregorian_date PASSED
tempora/__init__.py::tempora.parse PASSED
tempora/__init__.py::tempora.parse_timedelta PASSED
tempora/__init__.py::tempora.strftime PASSED
tempora/schedule.py::mypy PASSED
tempora/schedule.py::tempora.schedule PASSED
tempora/schedule.py::tempora.schedule.PeriodicCommandFixedDelay.at_time PASSED
tempora/schedule.py::tempora.schedule.PeriodicCommandFixedDelay.daily_at PASSED
tempora/timing.py::mypy PASSED
tempora/timing.py::tempora.timing.BackoffDelay PASSED
tempora/timing.py::tempora.timing.IntervalGovernor PASSED
tempora/timing.py::tempora.timing.Stopwatch PASSED
tempora/timing.py::tempora.timing.Timer PASSED
tempora/timing.py::tempora.timing.Timer._accept PASSED
tempora/utc.py::mypy PASSED
tempora/utc.py::tempora.utc PASSED
tests/test_schedule.py::mypy PASSED
tests/test_schedule.py::test_delayed_command_order PASSED
tests/test_schedule.py::test_periodic_command_delay PASSED
tests/test_schedule.py::test_periodic_command_fixed_delay PASSED
tests/test_schedule.py::TestCommands::test_delayed_command_from_timestamp PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[14-10] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[14-11] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[14-12] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[14-13] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[-14-10] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[-14-11] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[-14-12] PASSED
tests/test_schedule.py::TestCommands::test_command_at_noon_distant_local[-14-13] PASSED
tests/test_schedule.py::TestTimezones::test_alternate_timezone_west PASSED
tests/test_schedule.py::TestTimezones::test_alternate_timezone_east PASSED
tests/test_schedule.py::TestTimezones::test_daylight_savings PASSED
tests/test_schedule.py::TestScheduler::test_invoke_scheduler PASSED
tests/test_schedule.py::TestScheduler::test_callback_scheduler PASSED
tests/test_schedule.py::TestScheduler::test_periodic_command PASSED
tests/test_timing.py::mypy PASSED
tests/test_timing.py::test_IntervalGovernor PASSED
tests/test_timing.py::test_Stopwatch_timezone_change PASSED

===================================== mypy =====================================

Success: no issues found in 8 source files
======== 54 passed ========
  py$(PYV): OK
  congratulations :)