-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
test_traceback
does not run one set of CPythonTracebackErrorCaretTests
#106185
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jun 28, 2023
serhiy-storchaka
pushed a commit
that referenced
this issue
Jul 25, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 25, 2023
…st_traceback` (pythonGH-106187) (cherry picked from commit 7c89f11) Co-authored-by: Nikita Sobolev <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Jul 25, 2023
…est_traceback` (GH-106187) (GH-107268) (cherry picked from commit 7c89f11) Co-authored-by: Nikita Sobolev <[email protected]>
jtcave
pushed a commit
to jtcave/cpython
that referenced
this issue
Jul 27, 2023
Nice spot, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on @hugovk work in python/core-workflow#505 I found that we have two duplicated class
CPythonTracebackErrorCaretTests
here:cpython/Lib/test/test_traceback.py
Lines 908 to 928 in a3dd8cc
So, first tests are not executed.
We need to rename on of them.
Before:
Ran 236 tests in 2.453s
After:
Ran 259 tests in 2.481s
Linked PRs
CPythonTracebackErrorCaretTests
intest_traceback
#106187CPythonTracebackErrorCaretTests
intest_traceback
(GH-106187) #107268The text was updated successfully, but these errors were encountered: