log sys.stdout.encoding from tox env

This commit is contained in:
Jean-Paul Calderone 2021-09-08 14:25:10 -04:00
parent 88d3ee5785
commit 19086a6348

View File

@ -74,6 +74,8 @@ commands =
tahoe --version
python -c "import sys; print('sys.stdout.encoding: {}'.format(sys.stdout.encoding))"
# Run tests with -b to catch bugs like `"%s" % (some_bytes,)`. -b makes
# Python emit BytesWarnings, and warnings configuration in
# src/allmydata/tests/__init__.py turns allmydata's BytesWarnings into