Liam-Sturge opened a new pull request, #16512:
URL: https://github.com/apache/tvm/pull/16512
Pytest-lazy-fixture doesn't work with `pytest==8.0.0`
The following error occurs when pytest-lazy-fixture is called:
`AttributeError: 'CallSpec2' object has no attribute 'funcargs'`
This has been raised as an issue on the pytest-lazy-fixture project, but the
repository is not in active development. See
https://github.com/TvoroG/pytest-lazy-fixture/issues/65 for details.
TVM project code-base makes very little reference to pytest-lazy-fixture, so
this patch removes the library from the project altogether, in order to resolve
the problem.
CC @neildhickey @lhutton1 @tqchen
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]