Skip to content

Commit

Permalink
✅ Use importlib import mode in pytrst and not supress watnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Sep 24, 2024
1 parent 2be0c56 commit 33203dd
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 @@ -109,7 +109,7 @@ skip = "swmmanywhere/defs/iso_converter.yml,*.inp"
ignore-words-list = "gage,gages"

[tool.pytest.ini_options]
addopts = "-v -p no:warnings --cov=swmmanywhere --cov-report=html --doctest-modules --ignore=swmmanywhere/logging.py"
addopts = "-v --import-mode=importlib --cov=swmmanywhere --cov-report=html --doctest-modules --ignore=swmmanywhere/logging.py"

[tool.mypy]
disallow_any_explicit = false
Expand Down

0 comments on commit 33203dd

Please sign in to comment.