#3700 closed defect (fixed)

On Windows, some tests are still failing on Python 3

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 (3)

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

comment:3 Changed at 2021-05-26T18:43:54Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In d967c6d/trunk:

Merge pull request #1067 from tahoe-lafs/3700.byteswarning-windows

Run (and pass) Python 3 unit tests on Windows

Fixes ticket:3700
Fixes ticket:3701

Note: See TracTickets for help on using tickets.