You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we release 1.2 tomorrow, we don't plan to apply any more changes to the 1.1 branch. This problem does not exist on 1.2+, as we don't install pytest in default projects.
-vvv
option).Issue
Running
pytest
(^5.2) on default poetry project gives error:TypeError: required field "lineno" missing from alias
.It got to do with bug in python 3.10 [https://github.com/pytest-dev/pytest/pull/8540].
There's a fix for pytest given in version ^6.0. Checked with latest pytest version 7.1 there's no issue.
It also makes sense to upgrade pytest as 5.2 dates back to Sep 2019
The text was updated successfully, but these errors were encountered: