diff options
author | Barry Warsaw <barry@python.org> | 2015-01-22 11:38:51 -0500 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-01-22 11:38:51 -0500 |
commit | 6363b546c8bacb24b9350d108165a09bb65828a1 (patch) | |
tree | ea14c3bb4fc2915c9ad183b9a3ed21c93b11b3dc /tox.ini | |
parent | f895cb12141281702b34da18f2384deb64c881e7 (diff) | |
download | vyos-cloud-init-6363b546c8bacb24b9350d108165a09bb65828a1.tar.gz vyos-cloud-init-6363b546c8bacb24b9350d108165a09bb65828a1.zip |
Port test__init__.py to unittest.mock.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,9 +5,9 @@ recreate = True [testenv] commands = python -m nose tests deps = + contextlib2 httpretty>=0.7.1 mock - mocker nose pep8==1.5.7 pyflakes |