diff --git a/landscape/lib/run_tests.py b/landscape/lib/run_tests.py index a6b431eb..074cb994 100644 --- a/landscape/lib/run_tests.py +++ b/landscape/lib/run_tests.py @@ -1,6 +1,7 @@ if __name__ == "__main__": - # Patch Twisted Trial's `_AdaptedReporter` to add the Python 3.12-expected `addDuration` method. - # This eliminates a large amount of emitted warnings, and should no longer be necessary once + # Patch Twisted Trial's `_AdaptedReporter` to add the Python 3.12-expected + # `addDuration` method. This eliminates a large amount of emitted warnings, + # and should no longer be necessary once # https://github.com/twisted/twisted/issues/12229 is fixed. import sys from twisted.trial.reporter import _AdaptedReporter