Conversation
This patch adds the new arguments to the types.CodeType class constructor in the clonefunc function. See ionelmc#231
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #232 +/- ##
==========================================
+ Coverage 64.41% 64.43% +0.01%
==========================================
Files 29 29
Lines 2858 2862 +4
Branches 386 469 +83
==========================================
+ Hits 1841 1844 +3
- Misses 927 928 +1
Partials 90 90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
https://build.opensuse.org/request/show/1059005 by user dgarcia + dimstar_suse - Modify the py311.patch to fix the test_abort_broken test, instead of disabling. - Add py311.patch to make it compatible with python 3.11, gh#ionelmc/pytest-benchmark#232 - Disable broken test_abort_broken, this test is broken because the output of the tests is a bit different with python 3.11 so we can disable until it's fixed.
|
.github workflows, etc, needs to be updated. |
|
I updated setup.py and CHANGELOG.rst in #237 as well. I think that's everything that needs to be done. |
|
LGTM -- but I'm not a contributor, so sorry -- can't provide approval 😅 . |
|
PS You might need to rebase if you haven't done so recently, since this was originally based on sources from 2 months ago. I wouldn't do anything about that unless it's absolutely needed, or the maintainers ask. |
This patch adds the new arguments to the types.CodeType class constructor in the clonefunc function.
See #231