-
Notifications
You must be signed in to change notification settings - Fork 71
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
Test failures with Python 3.13.0b1 #292
Comments
After adding: diff --git a/src/zope/interface/interface.py b/src/zope/interface/interface.py
index 733e395..8e0d9ad 100644
--- a/src/zope/interface/interface.py
+++ b/src/zope/interface/interface.py
@@ -802,6 +802,9 @@ class InterfaceClass(_InterfaceClassBase):
# __static_attributes__: Python 3.13a6+
# https://github.com/python/cpython/pull/115913
'__static_attributes__',
+ # __firstlineno__: Python 3.13b1+
+ # https://github.com/python/cpython/pull/118475
+ '__firstlineno__',
)
and aval is not _decorator_non_return
} I'm getting another test failure: ======================================================================
FAIL: test_inside_function_call (zope.interface.tests.test_advice.FrameInfoTest.test_inside_function_call)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/zope.interface/src/zope/interface/tests/test_advice.py", line 57, in test_inside_function_call
self.assertTrue(f_locals is locals()) # ???
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
AssertionError: False is not true |
I found a regression in Python 3.13.0b1 which involves |
tristanlatr
added a commit
to twisted/pydoctor
that referenced
this issue
May 10, 2024
This is probably related to PEP 667. The |
github-merge-queue bot
referenced
this issue
in chezmoi-sh/atlas
May 16, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [zope.interface](https://github.com/zopefoundation/zope.interface) | minor | `==6.3` -> `==6.4` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/zopefoundation/zope.interface/badge)](https://securityscorecards.dev/viewer/?uri=github.com/zopefoundation/zope.interface) | --- ### Release Notes <details> <summary>zopefoundation/zope.interface (zope.interface)</summary> ### [`v6.4`](https://github.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#64-2024-05-15) [Compare Source](https://github.com/zopefoundation/zope.interface/compare/6.3...6.4) \================ - Adjust for incompatible changes in Python 3.13b1. (`#​292 <https://github.com/zopefoundation/zope.interface/issues/292>`) - Build windows wheels on GHA. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chezmoi-sh/nex.rpi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
tristanlatr
added a commit
to twisted/pydoctor
that referenced
this issue
May 17, 2024
* Remove support for python 3.13 until zopefoundation/zope.interface#292 is fixed * Switch to pypi OIDC publishing. * Add meta job to handle required jobs for protected branches. * Unpin twisted requirement for the mypy environment. * And fix the twisted intersphinx as a drive-by change. --------- Co-authored-by: tristanlatr <[email protected]> Co-authored-by: Adi Roiban <[email protected]>
xunleii
referenced
this issue
in chezmoi-sh/atlas
May 19, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [zope.interface](https://github.com/zopefoundation/zope.interface) | minor | `==6.3` -> `==6.4` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/zopefoundation/zope.interface/badge)](https://securityscorecards.dev/viewer/?uri=github.com/zopefoundation/zope.interface) | --- ### Release Notes <details> <summary>zopefoundation/zope.interface (zope.interface)</summary> ### [`v6.4`](https://github.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#64-2024-05-15) [Compare Source](https://github.com/zopefoundation/zope.interface/compare/6.3...6.4) \================ - Adjust for incompatible changes in Python 3.13b1. (`#​292 <https://github.com/zopefoundation/zope.interface/issues/292>`) - Build windows wheels on GHA. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chezmoi-sh/nex.rpi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
xunleii
referenced
this issue
in chezmoi-sh/atlas
May 19, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [zope.interface](https://github.com/zopefoundation/zope.interface) | minor | `==6.3` -> `==6.4` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/zopefoundation/zope.interface/badge)](https://securityscorecards.dev/viewer/?uri=github.com/zopefoundation/zope.interface) | --- ### Release Notes <details> <summary>zopefoundation/zope.interface (zope.interface)</summary> ### [`v6.4`](https://github.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#64-2024-05-15) [Compare Source](https://github.com/zopefoundation/zope.interface/compare/6.3...6.4) \================ - Adjust for incompatible changes in Python 3.13b1. (`#​292 <https://github.com/zopefoundation/zope.interface/issues/292>`) - Build windows wheels on GHA. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chezmoi-sh/nex.rpi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
xunleii
referenced
this issue
in chezmoi-sh/atlas
May 19, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [zope.interface](https://github.com/zopefoundation/zope.interface) | minor | `==6.3` -> `==6.4` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/zopefoundation/zope.interface/badge)](https://securityscorecards.dev/viewer/?uri=github.com/zopefoundation/zope.interface) | --- ### Release Notes <details> <summary>zopefoundation/zope.interface (zope.interface)</summary> ### [`v6.4`](https://github.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#64-2024-05-15) [Compare Source](https://github.com/zopefoundation/zope.interface/compare/6.3...6.4) \================ - Adjust for incompatible changes in Python 3.13b1. (`#​292 <https://github.com/zopefoundation/zope.interface/issues/292>`) - Build windows wheels on GHA. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chezmoi-sh/nex.rpi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG/PROBLEM REPORT / FEATURE REQUEST
What I did:
tox -e py313
What I expect to happen:
Tests passing :-).
What actually happened:
What version of Python and Zope/Addons I am using:
Gentoo Linux amd64
CPython 3.13.0b1
zope.interface 78fdf3d
The text was updated successfully, but these errors were encountered: