Opened at 2021-05-05T17:10:38Z
Last modified at 2021-05-26T18:43:54Z
#3700 closed defect
On Windows, some tests are still failing on Python 3 — at Version 2
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by itamarst)
For example, some BytesWarning? from Python 3 runs aren't fixed:
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]
Change History (2)
comment:1 Changed at 2021-05-24T13:51:34Z by itamarst
- Summary changed from On Windows, some BytesWarning from Python 3 runs aren't fixed and aren't turning into errors to On Windows, some BytesWarning from Python 3 runs aren't fixed
comment:2 Changed at 2021-05-24T14:25:11Z by itamarst
- Description modified (diff)
- Summary changed from On Windows, some BytesWarning from Python 3 runs aren't fixed to On Windows, some tests are still failing on Python 3
Note: See
TracTickets for help on using
tickets.