What's Changed
* Add a class-level with_options / with_options_matrix decorator by epsy in https://github.com/epsy/repeated_test/pull/16
* Add with-options entrypoints to top-level package by epsy in https://github.com/epsy/repeated_test/pull/17
* Remove unused Python 2 code by epsy in https://github.com/epsy/repeated_test/pull/18
* Add repeated_test.skip_option to remove an option/keyword argument from a test matrix by epsy in https://github.com/epsy/repeated_test/pull/19
* allow options() to be used as a context manager by epsy in https://github.com/epsy/repeated_test/pull/20
* Add documentation for all the new options features + improve options context manager tests by epsy in https://github.com/epsy/repeated_test/pull/21
* Document skip_option by epsy in https://github.com/epsy/repeated_test/pull/22
**Full Changelog**: https://github.com/epsy/repeated_test/compare/v2.1.3...v2.2.1