Skip to content

Commit e7b22e1

Browse files
committed
Fix the sanity check by pinning.
Currently using latest tickles a bug in my own implementation unfortunately.
1 parent 8891d81 commit e7b22e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ skipsdist = True
55

66
[testenv:sanity]
77
# used just for validating the structure of the test case files themselves
8-
deps = jsonschema>=3.2.0
8+
deps = jsonschema==3.2.0
99
commands = {envpython} bin/jsonschema_suite check

0 commit comments

Comments
 (0)