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 4 of 6

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.

3.2.1

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

* Update ``MANIFEST.in`` so tests are included in the sdist tarball again.

3.2.0

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

* Converted setuptools metadata to configuration file. This meant removing the
``__version__`` attribute from the package. If you want to inspect the
installed version, use
``importlib.metadata.version("pytest-randomly")``
(`docs <https://docs.python.org/3.8/library/importlib.metadata.html#distribution-versions>`__ /
`backport <https://pypi.org/project/importlib-metadata/>`__).
* Convert reading entrypoints to use ``importlib.metadata``. Depend on
``importlib-metadata`` on Python < 3.8.
* Update Python support to 3.5-3.8.

3.1.0

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

* Add plugins via entry points ``pytest_randomly.random_seeder`` to allow
outside packages to register additional random generators to seed. This has
added a dependency on the ``entrypoints`` package.

3.0.0

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

* Update Python support to 3.5-3.7, as 3.4 has reached its end of life.
* Handle ``CollectError``\s and ``ImportError``\s during collection when
accessing ``item.module``.

2.1.1

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

* Fix including tests in sdist after re-arrangement in 2.1.0.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.