[tor-bugs] #30586 [Metrics/Onionperf]: requirements are not included in setup.py
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri May 15 18:26:34 UTC 2020
#30586: requirements are not included in setup.py
---------------------------------------+--------------------------------
Reporter: irl | Owner: phw
Type: defect | Status: needs_review
Priority: Medium | Milestone:
Component: Metrics/Onionperf | Version:
Severity: Normal | Resolution:
Keywords: metrics-team-roadmap-2020 | Actual Points:
Parent ID: | Points: 0.5
Reviewer: | Sponsor: Sponsor59-must
---------------------------------------+--------------------------------
Changes (by phw):
* status: assigned => needs_review
Comment:
I tried to find undocumented modules by running:
{{{
find onionperf/ -name "*.py" | xargs grep -h import | sort | uniq
}}}
This only yielded nose and nose-cov, which are used for tests.
I also tried to find unused modules by running:
{{{
grep --exclude-dir=venv -ri MODULE
}}}
This yielded Twisted, cycler, decorator, pyparsing, python-dateutil, pytz,
six, and zope.interface.
Here's my patch set:
https://github.com/NullHypothesis/onionperf/compare/defect/30586
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30586#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list