Version 7.8.0 — 2025-03-30
- Added a new
source_dirs
setting for symmetry with the existingsource_pkgs
setting. It’s preferable to the existingsource
setting, because you’ll get a clear error when directories don’t exist. Fixes issue 1942. Thanks, Jeremy Fleischman. - Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing issue 1696. Thanks, Philipp A.. This works properly except for a detail when using the
coverage
command on Windows. There you can usepython -m coverage
instead if you need exact emulation.
➡️ PyPI page: coverage 7.8.0.
➡️ To install: python3 -m pip install coverage==7.8.0