Pytest-randomly

Latest version: v3.16.0

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

Scan your dependencies

Page 3 of 6

3.7.0

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

* Drop dependency on ``backports.entry-points-selectable`` by depending on
``importlib-metadata`` version 3.6.0+.

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'``).

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.