forked from pool/python-pytest-randomly
c6fc37b7e915a0cb23af21de000bcedfa425ddf2120cf85db04ed5303efb82bf
* 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
Description
No description provided
Languages
RPM Spec
100%