Skip to content

Commit

Permalink
Update tests configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Feb 8, 2024
1 parent 4366159 commit 09f006f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lint.flake8-pytest-style.parametrize-values-type = "tuple"
lint.mccabe.max-complexity = 15

[tool.ruff.lint.per-file-ignores]
"*.ipynb" = ["E402", "F403", "F405", "B018"]
"*.ipynb" = ["E402", "F403", "F405"]

[tool.coverage.run]
branch = true
Expand Down Expand Up @@ -137,5 +137,5 @@ addopts = "--color=yes -n=0 --import-mode=importlib"
testpaths = ["roseau/load_flow/"]
filterwarnings = [
'ignore:.*utcfromtimestamp:DeprecationWarning:dateutil.*', # dateutil is imported by pandas, not us
'ignore:Pyarrow will become a required dependency of pandas:DeprecationWarning:.*',
'ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning:.*',
]

0 comments on commit 09f006f

Please sign in to comment.