This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nedbat
Recipients Anthony Sottile, Mark.Shannon, gvanrossum, nedbat, pablogsal, petr.viktorin
Date 2021-05-01.16:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619885082.53.0.203076679098.issue43933@roundup.psfhosted.org>
In-reply-to
Content
I'm trying to see if these changes affect coverage.py, but pytest 6.2.3 fails with:

=== CPython 3.10.0a7+ (rev 558df90109) with Python tracer (.tox/anypy/bin/python) ===
ImportError while loading conftest '/Users/nedbatchelder/coverage/trunk/tests/conftest.py'.
TypeError: required field "lineno" missing from alias


Is this something I am doing wrong?
History
Date User Action Args
2021-05-01 16:04:42nedbatsetrecipients: + nedbat, gvanrossum, petr.viktorin, Mark.Shannon, Anthony Sottile, pablogsal
2021-05-01 16:04:42nedbatsetmessageid: <1619885082.53.0.203076679098.issue43933@roundup.psfhosted.org>
2021-05-01 16:04:42nedbatlinkissue43933 messages
2021-05-01 16:04:42nedbatcreate