Pytest-randomly

Latest version: v3.15.0

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

Scan your dependencies

Page 4 of 6

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.

2.1.0

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

* Add the option ``--randomly-seed=last`` to reuse the last used value for the
seed.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.