mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Fix the ... tox.ini ... syntax error ...
This commit is contained in:
parent
3e3fd1aa75
commit
903da3d513
2
tox.ini
2
tox.ini
@ -74,7 +74,7 @@ commands =
|
||||
|
||||
tahoe --version
|
||||
|
||||
python -c "import sys; print('sys.stdout.encoding: {}'.format(sys.stdout.encoding))"
|
||||
python -c "import sys; print('sys.stdout.encoding:', sys.stdout.encoding)"
|
||||
|
||||
# Run tests with -b to catch bugs like `"%s" % (some_bytes,)`. -b makes
|
||||
# Python emit BytesWarnings, and warnings configuration in
|
||||
|
Loading…
x
Reference in New Issue
Block a user