python-libfaketime plugin for pytest, with support for pytest-xdist.
pip install pytest-libfaketime
Run the test suite against the current interpreter with uv:
uv run pytest
Run it against every supported Python version with tox, which needs the tox-uv plugin:
uv run tox