-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Failures in test_doctest (due to nonempty .pdbrc) #120109
Comments
It appears that the first lines until the first actual usage of pdb are never printed. Have you perhaps changed some lines / used an incorrect branch / not up-to-date branch? EDIT: I cannot reproduce by the way (forgot to mention it). I'm on OpenSUSE 15.5. |
I cannot reproduce it on macos |
Well, first that happened not on the master^Wmain. But I did update (you can see my fork) and I run |
These warnings exist on in the main.
The main. Ok, as I expected, this happens due to local configuration:
I'll update description. Can you reproduce issue with:
? |
9c93350 - no errors; I'll try to bisect. |
Bisected to 44f9a84 |
Ok, sorry for a duplicate. |
Oh, I actually dismissed this one because I thought that .pdbrc would not have been read at all because of |
There's no need to be sorry :) You did a great job linking the issue together so we can solve them both when the PR is merged. |
|
Ah my bad! I actually looked at the incorrect doctest file. Actually in |
Hmm, maybe it's a good idea to permit readrc argument here and use that in test_doctest/* to isolate from local environment? |
|
#119882 was merged and it seems this is fixed. |
Bug report
Bug description:
I rarely run whole test suite locally, so I'm not sure when it was broken. IIRC, after merging new repl.
BTW, setting
PYTHON_BASIC_REPL
doesn't help.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: