Skip to content

Commit 58b7afb

Browse files
Ignore setuptools+pkg_resources warning
Closes #830 Former-commit-id: 24efa89
1 parent 6f98026 commit 58b7afb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ filterwarnings =
1212
ignore:The use of (converter|py2rpy|rpy2py) in module rpy2.robjects.conversion is deprecated.:DeprecationWarning
1313
ignore:`Model\.state_updates` will be removed in a future version\.:UserWarning
1414
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
1516
always:Container failed with AssertionError\. Retrying [0-9]* more time:RuntimeWarning

0 commit comments

Comments
 (0)