Thu Feb 14 15:25:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.4:
* Rename the Python package (not the PyPI package) to `random_order` so that pytest's `-p` flag usage is consistent.
* Add diagrams for design illustration (#34)
* Fixes compatibility issues with pytest 4.0.0
* Tests included in the source distribution as requested in #35
* Fixes issues with doctests reported in #36 - ``class``, ``package`` and ``module`` didn't work because ``DoctestItem`` doesn't have ``cls`` or ``module`` attributes. Thanks @tobywf.
* Deprecates ``none`` bucket type.
* With tox, run tests of pytest-random-order with both pytest 3 and 4.