# Bug report 1. Build CPython on macOS 1. Activate a virtual environment as described in https://devguide.python.org/testing/coverage/#install-coverage 2. Run `python -m test` Results in: ``` == Tests result: FAILURE == 2 tests failed: test_sysconfig test_venv ``` ``` $ python -m test test_venv --verbose ... AssertionError: Lists differ First differing element 0: '/.../bin/python.exe' '/.../bin/python' ``` ### TODO - [ ] Fix `test_sysconfig` https://github.com/python/cpython/pull/103292 - [ ] Fix `test_venv` https://github.com/python/cpython/pull/103243 # Your environment - CPython versions tested on: `main` - Operating system and architecture: macOS 13.2.1 <!-- gh-linked-prs --> ### Linked PRs * gh-103243 * gh-103292 * gh-108667 * gh-115100 * gh-115101 <!-- /gh-linked-prs -->