Skip to content

Commit 537ddd2

Browse files
committed
fix: update pytest plugin entry point name
Rename pytest_runtime_classic to pytest_runtime in pyproject.toml entry point configuration to match the actual plugin module name.
1 parent 7874a75 commit 537ddd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ keep_trailing_newline = false
443443
[project.entry-points.pytest11]
444444
pytest_apathetic_logging = "pytest_apathetic_logging"
445445
pytest_debug = "pytest_debug"
446-
pytest_runtime_classic = "pytest_runtime_classic"
446+
pytest_quiet = "pytest_quiet"
447+
pytest_runtime = "pytest_runtime"
447448

448449
[build-system]
449450
requires = ["poetry-core>=2.0.0"]

0 commit comments

Comments
 (0)