python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / nose / patches / 06-DefaultPluginManager.patch
blobdc396b4348da15c1c5a3c207473e5e9bfdfaf5e4
1 This removes offending debug message.
2 See also https://github.com/pypa/setuptools_scm/issues/937
4 --- nose-1.3.7/nose/plugins/manager.py.orig
5 +++ nose-1.3.7/nose/plugins/manager.py
6 @@ -382,7 +382,6 @@
7 if ep.name in loaded:
8 continue
9 loaded[ep.name] = True
10 - log.debug('%s load plugin %s', self.__class__.__name__, ep)
11 try:
12 plugcls = ep.load()
13 except KeyboardInterrupt: