Skip to content

Commit

Permalink
tox: drop mock dep since we only support py versions with mock included
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Mar 29, 2015
1 parent 60412a3 commit 41709ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions test/test_vimball.py
@@ -1,9 +1,8 @@
import os
import stat
from tempfile import NamedTemporaryFile, TemporaryDirectory
from unittest import mock
from unittest.mock import patch

from mock import patch
from pytest import raises

from vimball import Vimball, mkdir_p, is_vimball, ArchiveError
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -7,7 +7,6 @@ setenv =
PYTHONPATH = {envsitepackagesdir}
deps =
pytest
mock
coverage
commands =
coverage run --source vimball -m py.test {toxinidir}/test
Expand Down

0 comments on commit 41709ac

Please sign in to comment.