Pytest-replay

Latest version: v1.6.0

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

Scan your dependencies

Page 1 of 3

1.6.0

=====

*2025-02-05*

* Add support for Python 3.13.
* Dropped support for EOL Python 3.8.
* Change build to use ``pyproject.toml``.
* Allow cutomization of metadata in replay file (`78`_).

.. _`78`: https://github.com/ESSS/pytest-replay/issues/78

1.5.3

=====

*2024-11-29*

* Ignore empty and blank lines in the replay file (`70`_).

.. _`70`: https://github.com/ESSS/pytest-replay/issues/70

1.5.2

==================

*2024-09-03*

* Fix test outcome reported in the replay file (`64`_).

.. _`64`: https://github.com/ESSS/pytest-replay/issues/64

1.5.1

=====

*2024-01-11*

* Dropped support for Python 3.6 and 3.7 (EOL).
* Added official support for Python 3.10, 3.11 and 3.12.
* Test execution order using ``--replay`` now follows the recorded order, not the collection order, as was always intended (`52`_).

.. _`52`: https://github.com/ESSS/pytest-replay/pull/53

1.4.0

=====

*2021-06-09*

* Introduce new ``--replay-skip-cleanup`` option that skips the cleanup before running the command. This allows to keep previously generated replay files when running new commands.

1.3.0

=====

*2020-12-09*

* Replay files can now contain comments (` or ``//``), to make it easy to comment out tests from them when trying to narrow the tests to find a culprit.

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.