Skip to content

Commit

Permalink
Add download marker in pytest settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Sep 24, 2024
1 parent 33203dd commit 3260a3d
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 @@ -110,6 +110,9 @@ ignore-words-list = "gage,gages"

[tool.pytest.ini_options]
addopts = "-v --import-mode=importlib --cov=swmmanywhere --cov-report=html --doctest-modules --ignore=swmmanywhere/logging.py"
markers = [
"downloads: mark a test as requiring downloads",
]

[tool.mypy]
disallow_any_explicit = false
Expand Down

0 comments on commit 3260a3d

Please sign in to comment.