Skip to content

Commit

Permalink
pytest marker description changed
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Zlobin <[email protected]>
  • Loading branch information
ZergLev and RLKRo authored Nov 27, 2024
1 parent 95bdffe commit a68db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ markers = [
"no_coverage: tests that either cannot run inside the `coverage` workflow or do not affect coverage stats",
"all: reserved by allow-skip",
"none: reserved by allow-skip",
"needs_dependencies: marks tests as requiring poetry.lock dependencies to run"
"needs_dependencies: marks tests as requiring any extra dependencies to run"
]
asyncio_mode = "auto"

Expand Down

0 comments on commit a68db43

Please sign in to comment.