Pyramid fails to start when webtest and sqlalchemy are used together
问题 I am trying to setup a pyramid app to use both webtest and sqlalchemy. If I comment out the SQLAlchemy code, the webtests run without a problem. [Test log ] https://travis-ci.org/caffeinated-expert/frisbee/builds/91622436 Error Traceback (most recent call last): File "frisbee/frisbee/tests/test_cities_page.py", line 18, in setUp app = main({}) File "frisbee/frisbee/__init__.py", line 15, in main engine = engine_from_config(settings, 'sqlalchemy.') File "build/bdist.macosx-10.10-x86_64/egg