# 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 -->
Bug report
python -m testResults in:
TODO
test_sysconfiggh-103224: Resolve paths properly intest_sysconfig#103292test_venvGH-103224: Use the realpath of the Python executable intest_venv#103243Your environment
mainLinked PRs
test_venv#103243test_sysconfig#103292test_venv(GH-103243)" #108667