Skip to content

Commit

Permalink
Register custom marker
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Aug 9, 2023
1 parent 0db16b2 commit ed49094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ddev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ ban-relative-imports = "all"
[tool.ruff.per-file-ignores]
#Tests can use assertions and relative imports
"**/tests/**/*" = ["I252"]

[tool.pytest.ini_options]
markers = "requires_ci: Requires CI to run"

0 comments on commit ed49094

Please sign in to comment.