This adds the `--disable-pytest-pytorch` command line option (25), which makes it easier to debug incompatibilites with the vanilla `pytest` collection.
0.2.0
This minor release adds support for `OpInfo`'s which are used more and more throughout the PyTorch test suite (17).
Furthermore xmnlab helped us to get `pytest-pytorch` into [`conda-forge`](https://github.com/conda-forge/pytest-pytorch-feedstock). Installation instruction can be found in the README (#18).
0.1.1
This release includes two minor improvements:
1. Support for selecting individual test cases if there names are nested, i.e. `TestFoo` and `TestFooBar` (12) 2. Removal of PyTorch as installation requirement (14)
0.1.0
pytest-pytorch` is a lightweight [`pytest`](https://docs.pytest.org/en/stable/)-plugin that enhances the developer experience when working with the PyTorch test suite if you come from a `pytest` background.