../transformers/src/transformers/testing_utils.py:1163
/fsx/qgallouedec/transformers/src/transformers/testing_utils.py:1163: PytestUnknownMarkWarning: Unknown pytest.mark.bitsandbytes - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
return pytest.mark.bitsandbytes(test_case)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Before submitting
[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
What does this PR do?
To avoid this warning in our tests:
Before submitting
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR.