Skip to content

Commit

Permalink
mock has been released for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jul 1, 2012
1 parent e002049 commit 1dfc5d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -13,8 +13,6 @@
config.read(os.path.join(base_dir, 'tox.ini'))
test_requires = []
for item in config.get('testenv', 'deps').split():
if item.endswith('==dev'):
item = item[:-5]
test_requires.append(item)
# Tox doesn't need itself, but we need it for testing.
test_requires.append('tox')
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ sdistsrc = dist/checker*

[testenv]
deps=
mock==dev
mock
manuel
nose
nose_fixes
Expand Down

0 comments on commit 1dfc5d8

Please sign in to comment.