-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_coverage_ignore
in test_trace
fails if setuptools is installed
#129269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Feb 14, 2025
…ore` The `test_trace.test_coverage_ignore` test would fail if you had `setuptools` installed, such as in `~/.local/lib/python3.xxx/site-packages/`. Ignore everything in `sys.path` when running the test.
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Feb 20, 2025
…age_ignore` (pythongh-130133) The `test_trace.test_coverage_ignore` test would fail if you had `setuptools` installed, such as in `~/.local/lib/python3.xxx/site-packages/`. Ignore everything in `sys.path` when running the test. (cherry picked from commit 35925e9) Co-authored-by: Sam Gross <colesbury@gmail.com>
This was referenced Feb 20, 2025
pull bot
pushed a commit
to TechPenguineer/cpython
that referenced
this issue
Feb 20, 2025
…ore` (pythongh-130133) The `test_trace.test_coverage_ignore` test would fail if you had `setuptools` installed, such as in `~/.local/lib/python3.xxx/site-packages/`. Ignore everything in `sys.path` when running the test.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
The
test_coverage_ignore
test fails if setuptools is installed:You can see this with an installed Python:
Or from the cpython build without installing CPython:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
test_coverage_ignore
#130133test_coverage_ignore
(gh-130133) #130357test_coverage_ignore
(gh-130133) #130358The text was updated successfully, but these errors were encountered: