Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-randomly
From: Adam Ciarcinski
Date: 2022-09-08 09:44:36
Message id: 20220908074437.085FBFA90@cvs.NetBSD.org
Log Message:
py-test-randomly: updated to 3.12.0
3.12.0 (2022-05-11)
-------------------
* Support Python 3.11.
3.11.0 (2022-01-10)
-------------------
* Drop Python 3.6 support.
3.10.3 (2021-11-30)
-------------------
* Work on FIPS Python 3.9+, by declaring use of ``hashlib.md5()`` as not used \
for security.
3.10.2 (2021-11-10)
-------------------
* Fix crash when pytest’s cacheprovider is disabled.
* Improve group name in ``pytest --help``.
3.10.1 (2021-08-13)
-------------------
* Fix new shuffling to work when one or more test in a class or module have the
same test id.
3.10.0 (2021-08-13)
-------------------
* 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.
* Shuffle before other test collection hooks. This allows
pytest’s `--stepwise flag
<https://docs.pytest.org/en/latest/cache.html#stepwise>`__ to work, among
other things.
3.9.0 (2021-08-12)
------------------
* Add type hints.
3.8.0 (2021-05-10)
------------------
* Support Python 3.10.
3.7.0 (2021-04-11)
------------------
* Drop dependency on ``backports.entry-points-selectable`` by depending on
``importlib-metadata`` version 3.6.0+.
3.6.0 (2021-04-01)
------------------
* 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.
3.5.0 (2020-11-16)
------------------
* Support Python 3.9.
* Move license from BSD to MIT License.
3.4.1 (2020-07-10)
------------------
* Fix numpy error ``ValueError: Seed must be between 0 and 2**32 - 1`` when
passed a seed outside of this range.
3.4.0 (2020-05-27)
------------------
* Provide a ``faker_seed`` fixture to set the seed for tests using faker's
pytest fixtures
Files: