-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
The Pytest module automatically installed by Poetry is outdated #2679
Comments
It took me a while to find out that outdated pytest dependency causes an issue in my newly created projects. I wrote about my current detour in a blog post. |
The new command is more a convenience. This means that it is the responsibility of the project maintainer to update their dependencies. As a quick fix you can simply do In the long run, the Closing this as this is not really an issue that needs any further action at the moment. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Manjaro
Poetry version: 1.0.9
Link of a Gist with the contents of your pyproject.toml file: not relevant
Issue
After a
poetry new
, Poetry installs Pytest, but the installed version is3.10.3
, the current Pytest version is5.4.3
.The text was updated successfully, but these errors were encountered: