Skip to content

Commit

Permalink
Added pytest marker "slow" to pytest-itde, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 22, 2024
1 parent 6125dcd commit ff1d2b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest-itde/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ pyexasol = "^0.25"
[tool.poetry.plugins.pytest11]
itde = "exasol.pytest_itde"

[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.8.0"
Expand Down

0 comments on commit ff1d2b1

Please sign in to comment.