Skip to content

Commit e846236

Browse files
committed
Merge pull request Yelp#37 from prat0318/fix_mock_version
Fix mock version
2 parents 4c0f639 + b259fb8 commit e846236

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ envlist = py26,py27,py26-simplejson,py33,py34
33

44
[testenv]
55
deps =
6-
# Pin a pre-release version of jsonschema with a fix for py3.x
7-
# Remove this once jsonschema > 2.4.0 is released
8-
git+https://github.com/Julian/jsonschema.git@168237288#egg=jsonschema
6+
jsonschema
97
flake8
10-
mock
8+
mock<1.1.0
119
pytest
1210
commands =
1311
py.test {posargs:tests}

0 commit comments

Comments
 (0)