python-pytest-randomly
No description set
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-pytest-randomly
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:pytest/python-pytest-randomly && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
fix-tests-pytest-73.patch | 0000003487 3.41 KB | |
pytest-randomly-3.12.0.tar.gz | 0000030426 29.7 KB | |
python-pytest-randomly.changes | 0000005096 4.98 KB | |
python-pytest-randomly.spec | 0000003330 3.25 KB |
Revision 26 (latest revision is 37)
Dirk Mueller (dirkmueller)
committed
(revision 26)
- update to 3.12.0: * 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
Comments 0