New issue 493: Example failure in pytest's own testcase (test_simple.yml) https://bitbucket.org/hpk42/pytest/issue/493/example-failure-in-pytests-own-testcase
Felix Yan: test_simple.yml was gathered when running tests with python 2.7.6, and gives the same error as the example failure in docs: ``` =================================== FAILURES =================================== ________________________________ usecase: hello ________________________________ usecase execution failed spec failed: 'some': 'other' no further details known at this point. ``` Not happening for Python 3 though. The tests were ran with "python setup.py test" _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit