Refactor sqlerror tween to add support for pyramid_retry

hopefully this doesn't break anything else..
This commit is contained in:
Lance Edgar 2018-08-17 00:04:59 -05:00
parent 56392ccdd0
commit 528c0f9622
2 changed files with 24 additions and 15 deletions

View file

@ -64,13 +64,6 @@ requires = [
#
# package # low high
# TODO: Pyramid 1.9 looks like it breaks us..? playing it safe for now..
'pyramid<1.9', # 1.3b2 1.8.3
# apparently 2.0 removes the retry support, in which case we then need
# pyramid_retry .. but that requires pyramid 1.9 ...
'pyramid_tm<2.0', # 0.3 1.1.1
# TODO: why do we need to cap this? breaks tailbone.db zope stuff somehow
'zope.sqlalchemy<1.0', # 0.7 0.7.7
@ -82,10 +75,12 @@ requires = [
'paginate', # 0.5.6
'paginate_sqlalchemy', # 0.2.0
'passlib', # 1.7.1
'pyramid', # 1.3b2
'pyramid_beaker>=0.6', # 0.6.1
'pyramid_deform', # 0.2
'pyramid_exclog', # 0.6
'pyramid_mako', # 1.0.2
'pyramid_tm', # 0.3
'rattail[db,bouncer]', # 0.5.0
'six', # 1.10.0
'transaction', # 1.2.0