[fix] Ignore setuptools deprecation warnings
The testing framework, some individual tests and 'buildout:develop' call python setup.py <command> manually, which is deprecated by setuptools. Depending on the setuptools version, suppress the warning for now to avoid polluting the logs.
Showing
Please register or sign in to comment