From caad978c24a448b83162749471179a2f7f1007bc Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 22 Feb 2021 09:39:31 -0500 Subject: [PATCH] Clarify the comment. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index cdd9f0e9e..b4c895035 100644 --- a/tox.ini +++ b/tox.ini @@ -71,9 +71,9 @@ commands = coverage: coverage xml coverage: coverage report - # We also run tests with -bb to catch bugs like `"%s" % (some_bytes,)`. - # Eventually everything should run with this, but so far only parted - # some of the modules. + # Also run tests with -bb to catch bugs like `"%s" % (some_bytes,)`. + # Eventually everything should run with this, but so far only fixed + # some of the Python3-ported modules. python -bb -m twisted.trial --rterrors allmydata.test.web [testenv:integration]