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

[#695] Update for latest Twisted. #696

Merged
merged 4 commits into from
Jul 5, 2024
Merged

Conversation

adiroiban
Copy link
Member

@adiroiban adiroiban commented Jan 23, 2024

Scope

Fixes #695

This is here to support latest Twisted version.

Changes

Fix testing of Twisted reactor.

As a drive-by update the python version.

Docker tests for Amazon LInux 2 was removed due to glibc issues

Testing for macOS is now only on M1... as we no longer have x64 Python wheel packages for macos AMD64

How to try and test the changes

reviewers: @dumol

More of a FYI for the environments for which we run tests for compat.

This is to make sure the tests in compat are compatible with the kind of testing done in Pythia

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.58%. Comparing base (d4a3dfc) to head (bf6ac4b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #696      +/-   ##
==========================================
- Coverage   79.47%   78.58%   -0.89%     
==========================================
  Files          52       51       -1     
  Lines        7800     7761      -39     
  Branches     1275     1171     -104     
==========================================
- Hits         6199     6099     -100     
- Misses       1333     1379      +46     
- Partials      268      283      +15     

see 45 files with indirect coverage changes

Components Coverage Δ
tests ∅ <ø> (∅)

@adiroiban
Copy link
Member Author

needs-review

@dumol
Copy link
Contributor

dumol commented Jul 5, 2024

More of a FYI for the environments for which we run tests for compat.

This is to make sure the tests in compat are compatible with the kind of testing done in Pythia

ACK.

here's also an issue for re-enabling the compat tests in Pythia: chevah/pythia#47. I guess we'll only manage to do it selectively.

changes-approved

@adiroiban adiroiban merged commit bac01fe into master Jul 5, 2024
10 checks passed
@adiroiban adiroiban deleted the 695-support-latest-twisted branch July 5, 2024 09:30
@adiroiban
Copy link
Member Author

Thanks. I will merge this and we can create a separate PR to see what's missing for pythia.

THe idea iwith the docker tests from chevah/compat is to run the exact same tests exected to be executed by Pyhtia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for latest Twisted version
3 participants