-
Notifications
You must be signed in to change notification settings - Fork 16
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
fails in Python 3.11 when running pytest from tox #30
Comments
Looks like pytest-dev/py#273 and pytest-dev/pytest#9181 are the tracking issues, this is already fixed in the next release according to that. |
@davidism the release is already available |
Yes, I just realized it was released literally right after I did my monthly requirements pin updates. Thanks! |
Pytest and Py package are both broken unless a latest version of both are released. In order to fix this, both of them are upgraded. The following issue can take to both the issues: pytest-dev/apipkg#30 Authored-by: Vinit Kumar <[email protected]> Signed-off-by: Vinit Kumar <[email protected]>
* feat: be specific with the os version and give python3.11-alpha3 a try * fix: broken package in python3.11 Pytest and Py package are both broken unless a latest version of both are released. In order to fix this, both of them are upgraded. The following issue can take to both the issues: pytest-dev/apipkg#30 Authored-by: Vinit Kumar <[email protected]> Signed-off-by: Vinit Kumar <[email protected]> * fix: missing comma
(and pytest-dev/py#273) Where? Idk, I basically have no idea what I am doing, but couldn't find anything in this repo nor in the I get the exact same error. |
what release version of what package or python fixes this problem? i'm asking, because i also get the exact same error with python 3.11.2 and pytest 7.2.1. i've also tried including apipkg==3.0.1 in my requirements.txt and it made no difference |
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. |
Upgrading library |
You may have an older version of |
I wanted to run Jinja's tests against 3.11.0a1. However, I get the following exception from apipkg when pytest is run from tox.
If I create a 3.11 virtualenv manually and run pytest directly, it succeeds.
The text was updated successfully, but these errors were encountered: