Opened at 2020-10-27T18:25:08Z
Closed at 2020-10-31T23:26:04Z
#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:1 Changed at 2020-10-27T18:27:56Z by exarkun
- Keywords review added
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:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/880