-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
upgrading to pytest 8.3.5 causes :Cannot read termcap database;using dumb terminal settings" error #13277
Comments
My best bet would be #13176, given the error message. Can you try putting |
Hmm, looking at #13176, there's a long history of problems here. It might be worth trying some automated diagnostics when we encounter similar issues, so we can give a more detailed error message and if possible suggest a fix? (inspired by HypothesisWorks/hypothesis#3472, which I admit was complete overkill but did solve the problem) |
Hmm yeah. We could
Not sure if I like the idea. It sounds like something that potentially comes with more subtle ways for things to break, plus it increases the startup time for everyone (by what might or might not be a significant amount). |
This might be something to move to a package to share code with other projects It may be valid to add a |
This issue is stale because it has the |
This issue was closed because it has the |
for whatever reason, upgrading to pytest 8.3.5 causes our CI to fail due to Cannot read termcap database;\nusing dumb terminal settings.\n
but downgrading to 8.3.4 fixes it
https://github.com/codeflash-ai/codeflash/actions/runs/13642372967/job/38135678334
here's it failing
here's it passing: https://github.com/codeflash-ai/codeflash/actions/runs/13642928960/job/38136415503?pr=24
happening on 3.11 & 3.12
reported initially on discord
The text was updated successfully, but these errors were encountered: