* Support Python 3.11.
* Drop Python 3.6 support.
* Work on FIPS Python 3.9+, by declaring use of
``hashlib.md5()`` as not used for security.
* Fix crash when pytest’s cacheprovider is disabled.
* Improve group name in ``pytest --help``.
* Fix new shuffling to work when one or more test in a class or
module have the same test id.
* Rework shuffling algorithm to use hashing. This means that
running a subset of tests with the same seed will now produce
the same ordering as running the full set of tests.
This allows narrowing down ordering-related failures.
* Add type hints.
* Support Python 3.10.
- add fix-tests-pytest-73.patch to support pytest 7.3.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=26
- Update to 3.7.0
* Drop dependency on backports.entry-points-selectable by
depending on importlib-metadata version 3.6.0+.
- Release 3.6.0
* Fix deprecation warning from importlib-metadata 3.9.0+.
* Stop distributing tests to reduce package size. Tests are not
intended to be run outside of the tox setup in the repository.
Repackagers can use GitHub's tarballs per tag.
* Drop Python 3.5 support.
- Release 3.5.0
* Support Python 3.9.
* Move license from BSD to MIT License
- Drop pytest6.patch merged upstream
- Don't try test with non-existent python36-numpy
OBS-URL: https://build.opensuse.org/request/show/886264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=22
- Downgrade Faker dependency to Recommends
- Add Suggests for numpy
- Add tests-restore-python2.7.patch to re-add support for Python 2.7
- Use PYTHONDONTWRITEBYTECODE=true to fix file-contains-buildroot
on Leap 42.3
- Update to v2.1.1
* Fix including tests in sdist after re-arrangement in 2.1.0
- from v2.1.0
* Add the option --randomly-seed=last to reuse the last used value
for the seed
- from v2.0.0
* Drop Python 2 support, only Python 3.4+ is supported now
- Make sure we execute tests
- Initial version for v1.2.3
OBS-URL: https://build.opensuse.org/request/show/688847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=5