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

Work with next release of Twisted, and run tests on Python 3.13 #108

Merged
merged 5 commits into from
Sep 4, 2024

Conversation

itamarst
Copy link
Collaborator

@itamarst itamarst commented Sep 4, 2024

Next release of Twisted will have different tracebacks in Failures (omitting the stack of Failure creation).

@itamarst itamarst linked an issue Sep 4, 2024 that may be closed by this pull request
Copy link
Collaborator

@meejah meejah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

self.fail("didn't see invocation of callRemote in stacktrace")
d.addCallbacks(lambda res: self.fail("hey, this was supposed to fail"),
_check_failure)
return d
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is removed because test_logging now covers it with the new assert?


[testenv]
passenv = USERPROFILE HOMEDRIVE HOMEPATH PYTHONWARNINGS
passenv = USERPROFILE,HOMEDRIVE,HOMEPATH,PYTHONWARNINGS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah, this one was "fun" ...

@meejah meejah merged commit 962510c into master Sep 4, 2024
6 checks passed
@meejah meejah deleted the 105-python-313-support branch September 4, 2024 18:15
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 this pull request may close these issues.

Python 3.13 support
3 participants