We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f98026 commit 58b7afbCopy full SHA for 58b7afb
1 file changed
pytest.ini
@@ -12,4 +12,5 @@ filterwarnings =
12
ignore:The use of (converter|py2rpy|rpy2py) in module rpy2.robjects.conversion is deprecated.:DeprecationWarning
13
ignore:`Model\.state_updates` will be removed in a future version\.:UserWarning
14
ignore:Tensorflow not installed. ParametricUMAP will be unavailable:ImportWarning
15
+ ignore:Implementing implicit namespace packages \(as specified in PEP 420\) is preferred to `pkg_resources\.declare_namespace`.:DeprecationWarning
16
always:Container failed with AssertionError\. Retrying [0-9]* more time:RuntimeWarning
0 commit comments