Skip to content

Commit

Permalink
TST: Filter more irrelevant warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Jan 31, 2022
1 parent 5ac4b34 commit 789f459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ markers = slow: A marker for slow tests requiring external quantum-chemical pack
filterwarnings =
ignore::pandas.errors.PerformanceWarning
ignore:numpy\.ufunc size changed, may indicate binary incompatibility\. Expected [0-9]+ from C header, got [0-9]+ from PyObject:RuntimeWarning
ignore::DeprecationWarning:numpy.distutils.*
ignore:elementwise comparison failed:FutureWarning:pandas

# Define `python setup.py build_sphinx`
[build_sphinx]
Expand Down

0 comments on commit 789f459

Please # to comment.