Skip to content

Commit ccea771

Browse files
committed
Fix typo in plugin name.
Closes #13
1 parent 57cf070 commit ccea771

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/13.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in plugin name.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ docs = [
6363
Homepage = "https://github.com/coherent-oss/pytest-ignore-flaky"
6464

6565
[project.entry-points]
66-
pytest11 = {pytest_ignore_flaxy = "pytest_ignore_flaky"}
66+
pytest11 = {pytest_ignore_flaky = "pytest_ignore_flaky"}
6767

6868
[tool.setuptools_scm]

0 commit comments

Comments
 (0)