Skip to content

Commit d6613f8

Browse files
authored
CI: no error on longdouble warning (#2882)
Don't error on stray numpy longdouble warnings that occur specifically when running under valgrind.
1 parent d359d33 commit d6613f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ addopts = -vv --strict-markers
55
filterwarnings =
66
# warnings are errors
77
error
8+
# Known issue with numpy under valgrind - don't error on this
9+
once:Signature .* for <class 'numpy.longdouble'> does not match any known type. falling back to type probe function:UserWarning
810
# petab
911
ignore:Using petab.v1.Problem with PEtab2.0 is deprecated:DeprecationWarning
1012
# amici

0 commit comments

Comments
 (0)