Open
Description
Repository commit
Doesn't matter
Python version (python --version)
Python 3.12.0, the current version used in builds
Dependencies version (pip freeze)
Doesn't matter
Expected behavior
pytest
runs with no (internal) warnings
Actual behavior
Every build (see our Actions tab) has the following warnings:
/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/coverage/report_core.py:115: CoverageWarning: Couldn't parse '/home/runner/work/Python/Python/config-3.py': No source for code: '/home/runner/work/Python/Python/config-3.py'. (couldnt-parse)
coverage._warn(msg, slug="couldnt-parse")
/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/coverage/report_core.py:115: CoverageWarning: Couldn't parse '/home/runner/work/Python/Python/config.py': No source for code: '/home/runner/work/Python/Python/config.py'. (couldnt-parse)
coverage._warn(msg, slug="couldnt-parse")
I don't know what files these are, and I don't know what's causing these warnings to occur.