Skip to content

Commit

Permalink
Install test dependencies via buildout.cfg
Browse files Browse the repository at this point in the history
Otherwise bin/test will fail with an import error for 'mock'.
  • Loading branch information
mgedmin committed Apr 27, 2018
1 parent 38eedd7 commit dff5da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ interpreter = python

[test]
recipe = zc.recipe.testrunner
eggs = zodbbrowser
eggs = zodbbrowser[test]
defaults = ['--exit-with-status', '--tests-pattern', '^f?tests$']

0 comments on commit dff5da3

Please sign in to comment.