Pytest-randomly

Latest version: v3.15.0

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

3.6.0

------------------

* Fix deprecation warning from importlib-metadata 3.9.0+.

Thanks to Dominic Davis-Foster for report in `Issue 333
<https://github.com/pytest-dev/pytest-randomly/issues/333>`__.

* 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

------------------

* Support Python 3.9.
* Move license from BSD to MIT License.

3.4.1

------------------

* Fix numpy error ``ValueError: Seed must be between 0 and 2**32 - 1`` when
passed a seed outside of this range.

3.4.0

------------------

* Provide a ``faker_seed`` fixture to set the seed for tests using faker's
pytest fixtures (as per its
`docs <https://faker.readthedocs.io/en/master/pytest-fixtures.html#seeding-configuration>`__).

Thanks to Romain Létendart for the change in `PR 261
<https://github.com/pytest-dev/pytest-randomly/pull/261>`__.

3.3.1

------------------

* Fix to work when pytest-xdist is not installed or active
(``PluginValidationError: unknown hook 'pytest_configure_node'``).

3.3.0

------------------

* Add `pytest-xdist <https://pypi.org/project/pytest-xdist/>`__ support.
Previously it only worked reliably when setting ``--randomly-seed``
explicitly. When not provided, the default seed generated in workers could
differ and collection would fail. Now when it is not provided, all xdist
worker processes shared the same default seed generated in the main
process.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.