fix: require zope.sqlalchemy >= 1.5
so we can do away with some old cruft, since latest zope.sqlalchemy is 3.1 from 2023-09-12
This commit is contained in:
parent
aab4dec27e
commit
d72d6f8c7c
5 changed files with 129 additions and 118 deletions
7
tests/test_db.py
Normal file
7
tests/test_db.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
# TODO: add real tests at some point but this at least gives us basic
|
||||
# coverage when running this "test" module alone
|
||||
|
||||
from tailbone import db
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue