-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Does not run with Python 3.11-dev #9181
Comments
This is already fixed in pylib, we need to re vendor apipkg and give it a release |
This is affecting pybind/pybind11#3368 and pypa/build#376, so would be much appreciated :). Would you like me to make a PR to add it to your test matrix? |
A new release of py is needed: pytest-dev/py#273. In the meantime, you could try installing py directly from GitHub? |
Latest git py works! Thanks, that’s an acceptable solution for an alpha release of Python. :) |
Up to 1.10.0 don't work with Python 3.11, causing pytest not to work. Refs pytest-dev/pytest#9181
Up to 1.10.0 don't work with Python 3.11, causing pytest not to work. Refs pytest-dev/pytest#9181
Up to 1.10.0 don't work with Python 3.11, causing pytest and tox not to work. Refs pytest-dev/pytest#9181
Up to 1.10.0 don't work with Python 3.11, causing pytest and tox not to work. Refs pytest-dev/pytest#9181
Up to 1.10.0 don't work with Python 3.11, causing pytest and tox not to work. Refs pytest-dev/pytest#9181 Refs tox-dev/tox#2249
Up to 1.10.0 don't work with Python 3.11, causing pytest and tox not to work. Refs pytest-dev/pytest#9181 Refs tox-dev/tox#2249
Use post 1.10.0 py snapshot to fix pytest and tox issues when the "host" Python is 3.11 too. Refs pytest-dev/pytest#9181 Refs tox-dev/tox#2249
The github action to run tests fails on Python 3.11 due to assert failures for an enum not being correctly passed into a function that uses functions defined for that enum. pytest-dev/pytest#9181
The github action to run tests fails on Python 3.11 due to assert failures for an enum not being correctly passed into a function that uses functions defined for that enum. pytest-dev/pytest#9181
i still get this error with python 3.11.2. any idea how to fix it? i'm using python 3.11.2 and pytest 7.2.1 |
Open a new issue with a minimal reproducible example if you're having a problem. Commenting "this still happens" with no additional details on a two year old closed issue isn't helpful. |
Do you have an old version of the package If so then:
|
With 6.2.5 and current git main:
The text was updated successfully, but these errors were encountered: