Opened at 2021-05-05T17:10:38Z
Last modified at 2021-05-26T18:43:54Z
#3700 closed defect
On Windows, some BytesWarning from Python 3 runs aren't fixed and aren't turning into errors — at Initial Version
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
2021-05-05T17:02:12.7899066Z allmydata.test.cli.test_cli.Help.test_create_introducer ... [OK]Traceback (most recent call last): 2021-05-05T17:02:12.7900713Z File "D:\a\tahoe-lafs\tahoe-lafs\.tox\py37-coverage\lib\site-packages\twisted\trial\_synctest.py", line 1046, in run 2021-05-05T17:02:12.7901641Z warnings.warn_explicit(**w) 2021-05-05T17:02:12.7902303Z builtins.BytesWarning: str() on a bytes instance 2021-05-05T17:02:12.7902920Z [ERROR]
Note: See
TracTickets for help on using
tickets.