From: Jeremy Stanley Date: Sat, 6 Mar 2021 02:28:42 +0000 (+0000) Subject: Stop trying to use PYTHONWARNINGS=error for now X-Git-Tag: 0.4.0~11 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=5a014f5b9038812c9695faff015ce2e809c8d9cc;hp=5a014f5b9038812c9695faff015ce2e809c8d9cc Stop trying to use PYTHONWARNINGS=error for now Additional deprecations in Setuptools have made trying to treat them as errors basically insurmountable, and will likely remain that way in some of the older Python interpreters we still support. Update the comments in tox.ini in an attempt to track the latest blockers. ---