-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
pipenv's tests fail on Python 3.11 release candidate #5252
Comments
The Mac OS X test fail recently on all versions.
This might be solved by updating the pideptree version we use. |
There is already a WIP to fix it: |
This should be fixed with new version of |
Thanks, I'll submit a PR to bump the vendored version later this week. |
See #5343 |
Pipenv not working on python 3.11.4 ubuntu |
@Wiznik1002 That is not helpful -- please open a new issue report. |
See the Python 3.11 test results on pull request #5245 where Ubuntu and Windows fail 2 tests and macOS fails 4 tests.
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv.
Check the diagnose documentation for common issues before posting! We may close your issue if it is very similar to one of them. Please be considerate, or be on your way.
Make sure to mention your debugging experience if the documented solution failed.
Issue description
Describe the issue briefly here.
Expected result
Describe what you expected.
Actual result
When possible, provide the verbose output (
--verbose
), especially for locking and dependencies resolving issues.Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Please run
$ pipenv --support
, and paste the results here. Don't put backticks (`
) around it! The output already contains Markdown formatting.If you're on macOS, run the following:
If you're on Windows, run the following:
If you're on Linux, run the following:
The text was updated successfully, but these errors were encountered: