Hi, I wanted to update devel/py-voluptuous to 0.11.5, and found that with the new version, a test nose test fails.
When I do make patch cd `make show=WRKSRC` nosetests -v it runs 150 tests successfully. then: cd - make build ===> Configuring for py-voluptuous-0.11.5 ===> Building for py-voluptuous-0.11.5 running egg_info writing voluptuous.egg-info/PKG-INFO writing top-level names to voluptuous.egg-info/top_level.txt writing dependency_links to voluptuous.egg-info/dependency_links.txt reading manifest file 'voluptuous.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'voluptuous.egg-info/SOURCES.txt' running build running build_py creating /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib creating /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous copying voluptuous/error.py -> /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous copying voluptuous/util.py -> /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous copying voluptuous/validators.py -> /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous copying voluptuous/__init__.py -> /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous copying voluptuous/humanize.py -> /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous copying voluptuous/schema_builder.py -> /home/ports/pobj/amd64/py-voluptuous-0.11.5/voluptuous-0.11.5/lib/voluptuous `make show=WRKSRC` nosetests -v it runs 199 tests with one failure, a few of the doctests are run twice, where in the second run, one fails. If someone can give a clue what's going on here, I'd appreaciate a hit with the cluebat ;) thanks, Sebastian
