Skip to content

Commit

Permalink
Add pytest marker declaration to pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
  • Loading branch information
elliotgunton committed Dec 12, 2023
1 parent 43a5c62 commit 0525a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ filterwarnings = [
# Hide the hera.host_config deprecations
'ignore:.*is deprecated in favor of `global_config.GlobalConfig',
]
markers = [
"on_cluster: tests that run on an Argo cluster",
]

# Convert the following to config
[tool.mypy]
Expand Down

0 comments on commit 0525a1a

Please sign in to comment.