Skip to content

Commit 0befe45

Browse files
committed
Updated test suite to work with Morepath 0.15.
1 parent 116e52b commit 0befe45

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGES
44
0.2 (unreleased)
55
================
66

7-
- Nothing changed yet.
7+
- Updated test suite to work with Morepath 0.15.
88

99

1010
0.1 (2016-07-01)

morepath_sqlalchemy/tests/test_sqlalchemy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def setup_module(module):
1414
Session.configure(bind=engine)
1515
Base.metadata.create_all(engine)
1616

17-
morepath.disable_implicit()
1817
morepath.scan(morepath_sqlalchemy)
1918
morepath.commit(App)
2019

0 commit comments

Comments
 (0)