Mousius commented on issue #11414: URL: https://github.com/apache/tvm/issues/11414#issuecomment-1157506668
> > **tvm.testing.fixture()** > > Unfortunately, in my case, it's using tvm.testing.fixture() not pytest.fixture() so I can't use the **name** workaround. I also don't see how removing the code completely is viable. You can also disable/enable warning in small blocks to limit the scope of it. I removed the `tvm.testing.fixture` entirely and replaced it with `pytest.mark.parameterize`, if it's not compliant with the linting rules we likely need to re-think it or trial something like @quic-sanirudh suggested - I think that can be resolved separately? I'm cautious of disabling the linter to enable us to run `pylint` given that still leaves us with un-linted tests? -- 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]
