Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pytest-subtests to the dependencies
As discussed in [1], pytest-subtests changes behavior of .skipTest() having effect to really skip individual subtests or skip the entire test if module is not installed. Huggingface Accelerate has module in its dependencies. It makes sense to add it for Transformers as well to avoid divergent environment between users and ci. See[1]: huggingface#34723 (comment) Signed-off-by: Dmitry Rogozhkin <[email protected]>
- Loading branch information