#3675 closed defect (fixed)

BytesWarning isn't always being turned into errors

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Had a BytesWarning? in 2554112045b850764a728124b7cba966eca6aacc when I ran tests with python -b, and yet... tests passed. The warning was printed, but this should cause tests to fail.

Change History (1)

comment:1 Changed at 2021-04-16T15:20:23Z by GitHub <noreply@…>

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

In 31e64d2/trunk:

Merge pull request #1040 from tahoe-lafs/3675.byteswarning-as-error-again

Make byteswarning an error in Python 3 tests again

Fixes ticket:3675

Note: See TracTickets for help on using tickets.