#3492 closed defect (fixed)

There is a bunch of unnecessary junk in the support code for the deprecations tox env

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: review Cc:
Launchpad Bug:

Description

The tox env sets PYTHONWARNINGS and run-deprecations.py looks at its value so it can decide if it should emit a warning. Then, the value is discarded. The net effect is nothing.

Toss this code out.

Change History (2)

comment:2 Changed at 2020-10-31T23:26:04Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 55c8310/trunk:

Merge pull request #880 from tahoe-lafs/3492.run-deprecations-cleanup

run-deprecations.py cleanup

Fixes: ticket:3492

Note: See TracTickets for help on using tickets.