forked from openproblems-bio/openproblems
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pytest.ini
14 lines (14 loc) · 1.01 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pytest]
filterwarnings =
error
ignore:The `inplace` parameter in pandas\.Categorical\.reorder_categories is deprecated:FutureWarning
ignore:This package has been superseded by the `leidenalg` package:DeprecationWarning
ignore:Please use `spmatrix` from the `scipy\.sparse` namespace:DeprecationWarning
ignore:The global conversion available with activate\(\) is deprecated:DeprecationWarning
ignore:`np\.[a-z]*` is a deprecated alias for the builtin `[a-z]*`:DeprecationWarning
ignore:Element '.*' was written without encoding metadata:
ignore:X\.dtype being converted to np\.float32 from float64:FutureWarning
ignore:is_categorical is deprecated and will be removed in a future version:FutureWarning
ignore:The use of (converter|py2rpy|rpy2py) in module rpy2.robjects.conversion is deprecated.:DeprecationWarning
ignore:`Model\.state_updates` will be removed in a future version\.:UserWarning
always:Container failed with AssertionError\. Retrying [0-9]* more time:RuntimeWarning