diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-29 11:45:06 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-01 16:08:25 -0500 |
| commit | 82e4f956e3faa4a48fe3c90e02673c1a916d6943 (patch) | |
| tree | aa8aaeb1a2aaa1dc9ccad5f764ff10b4abf6dc49 /tests/requirements | |
| parent | 43fcf3505eb22228f551ab03122f99b3d40f38ed (diff) | |
Fixed #23289 -- Added mock as a test dependency.
Diffstat (limited to 'tests/requirements')
| -rw-r--r-- | tests/requirements/base.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index c3f77234fd..c38e8695aa 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,5 +1,7 @@ bcrypt docutils +# move to py2.txt when dropping Python 3.2 +mock numpy Pillow PyYAML |
