From bcb9b3c448b2b8f552413224862e534363cb2a53 Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Fri, 4 Oct 2024 15:05:50 -0300 Subject: [PATCH] fix: add missing entrypoint (#15) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c9848ec..41c433f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,3 +35,7 @@ dependencies = [ [project.urls] Repository = "https://github.com/Tesorio/pytest-xflaky" + +[project.entry-points.pytest11] +# https://docs.pytest.org/en/latest/how-to/writing_plugins.html#making-your-plugin-installable-by-others +xflaky = "pytest_xflaky.plugin"