Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: tools/telemetry/third_party/mox3/test-requirements.txt

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/telemetry/third_party/mox3/setup.py ('k') | tools/telemetry/third_party/mox3/tox.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4 # this file lists dependencies required for the testing of heat
5
6 # Install bounded pep8/pyflakes first, then let flake8 install
7 pep8==1.5.7
8 pyflakes==0.8.1
9 flake8<=2.4.1,>=2.2.4
10
11 coverage>=3.6
12 discover
13 python-subunit>=0.0.18
14 testrepository>=0.0.18
15 testtools>=1.4.0
16
17 six>=1.9.0
18
19 # this is required for the docs build jobs
20 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
21 oslosphinx>=2.5.0 # Apache-2.0
22
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/mox3/setup.py ('k') | tools/telemetry/third_party/mox3/tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698