pytest-retry

View on PyPIReverse Dependencies (11)

1.7.0 pytest_retry-1.7.0-py3-none-any.whl

Wheel Details

Project: pytest-retry
Version: 1.7.0
Filename: pytest_retry-1.7.0-py3-none-any.whl
Download: [link]
Size: 13775
MD5: 0c5d82669ea16405e49c0dc2e16b64b4
SHA256: a2dac85b79a4e2375943f1429479c65beb6c69553e7dae6b8332be47a60954f4
Uploaded: 2025-01-19 01:56:11 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: pytest-retry
Version: 1.7.0
Summary: Adds the ability to retry flaky tests in CI environments
Author: str0zzapreti
Project-Url: Homepage, https://github.com/str0zzapreti/pytest-retry
License: MIT License Copyright (c) 2022 Silas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: rerun,pytest,flaky
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Pytest
Requires-Python: >=3.9
Requires-Dist: pytest (>=7.0.0)
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9216 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_retry/__init__.py sha256=AVE0RnHNCtryLbJsNwG-QybQTUBioeigRX2dtPRQ-Ws 125
pytest_retry/configs.py sha256=VqofR-mV_XR4xIYO8uNzVExSKIzX44yR0Y8LUsBcLBg 1930
pytest_retry/hooks.py sha256=oK7qXwD7velnOYGyg4dyC-sWt2jVoPaGpaBhqk3lXc4 1187
pytest_retry/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_retry/retry_plugin.py sha256=vFK4_K1xsWljSgXOnfGWyvmIdH4lsCyFbsm8zfKodRw 14725
pytest_retry/server.py sha256=ZspBFd7esUXmsv-BhzxG8PZLOu1dNknuVKh0yIMwxtE 1948
pytest_retry-1.7.0.dist-info/LICENSE sha256=9CCgOwLtJU_23dB9oTgFa707eFNyOlb7uy6VRDJaCA4 1062
pytest_retry-1.7.0.dist-info/METADATA sha256=GQGQ6AZPcfNbIPduDOVXlHFgvGWyg5Tj7hfvnyNMKgg 11357
pytest_retry-1.7.0.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
pytest_retry-1.7.0.dist-info/entry_points.txt sha256=Nh09kGB7YECTX_YOwhjwlIAq6xVAT9NXIBvgINZYIBU 52
pytest_retry-1.7.0.dist-info/top_level.txt sha256=AFlMNhtnSYrutHBh9tZfuqkN-8Qcq6iVlwyc-xRRB8I 13
pytest_retry-1.7.0.dist-info/RECORD

top_level.txt

pytest_retry

entry_points.txt

pytest-retry = pytest_retry.retry_plugin