Skip to content
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

util.getPassword fix for Python 3.13 #12060

Open
adiroiban opened this issue Dec 21, 2023 · 2 comments · May be fixed by #12119
Open

util.getPassword fix for Python 3.13 #12060

adiroiban opened this issue Dec 21, 2023 · 2 comments · May be fixed by #12119

Comments

@adiroiban
Copy link
Member

Traceback (most recent call last):
  File "/home/adi/chevah/twisted/src/twisted/python/test/test_util.py", line 462, in processFinished
    reason.trap(ProcessDone)
  File "/home/adi/chevah/twisted/src/twisted/python/failure.py", line 481, in trap
    self.raiseException()
  File "/home/adi/chevah/twisted/src/twisted/python/failure.py", line 505, in raiseException
    raise self.value.with_traceback(self.tb)
twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 127.

twisted.python.test.test_util.GetPasswordTests.test_stdin
@eevelweezel
Copy link
Contributor

This test appears to be passing for trunk on 3.13.

@adiroiban
Copy link
Member Author

Thanks for checking this.

This still need a PR in which we enable the twisted.test test and remove the FIXME mention from GitHub Actions YAML file.

@eevelweezel eevelweezel linked a pull request Mar 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants