Skip to content

Commit

Permalink
pprint is, apparently, unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 8736143 commit a24303b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/z3c/checkversions/buildout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ We can now check the new highest versions:
>>> checker = buildout.Checker(filename=buildout_path)
>>> pprint(dict((k, v) for k, v in checker.get_versions().items()
... if k not in ('zc.buildout', 'zc.recipe.egg')))
... # doctest: +NORMALIZE_WHITESPACE
# Checking buildout file ...
{'zope.component': '3.0.0',
'zope.interface': '3.4.0'}
Expand Down

0 comments on commit a24303b

Please sign in to comment.