Skip to content

Commit

Permalink
ignore simulation node sets overwrite warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joni Herttuainen committed Oct 23, 2023
1 parent cd07c8a commit 984a8e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ python =
3.9: py39
3.10: py310
3.11: py311, lint, docs

[pytest]
filterwarnings =
# ignoring the warning about Simulation node sets overwriting Circuit node sets in tests
ignore:Simulation node sets overwrite:RuntimeWarning:bluepysnap

0 comments on commit 984a8e1

Please sign in to comment.