Files @ bbf7be28a11e
Branch filter:

Location: kallithea/dev_requirements.txt

mads
config: rename .ini settings to avoid beaker-session deprecation warnings

Gets rid of:

data/env/lib/python2.7/site-packages/tg/wsgiapp.py:68
data/env/lib/python2.7/site-packages/tg/wsgiapp.py:68: DeprecationWarning: Session options should start with session. instead of baker.session.
app_wrapper = wrapper(self.wrapped_dispatch, self.config)

Old .ini files will still work, but one day upstream will drop the deprecated functionality ...
1
2
3
4
5
6
7
8
pytest >= 3.3.0, < 4.7
pytest-runner < 4.3
pytest-sugar >= 0.7.0, < 0.10
pytest-benchmark < 3.3
pytest-localserver < 0.5
mock < 2.1
Sphinx < 1.8
WebTest < 2.1