diff --git a/setup.cfg b/setup.cfg index aa015a2e..2c2f2cd2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]