mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
log sys.stdout.encoding from tox env
This commit is contained in:
parent
88d3ee5785
commit
19086a6348
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user