Files @ b0ed41df0282
Branch filter:

Location: kallithea/dev_requirements.txt

mads
db: drop __mapper_args__ that cause SQLAlchemy deprecation warnings

We don't really need them. There were only few uses left, and we seem to be
using .order_by() in all places where we really care about the ordering.

Gets rid of

<string>:2
<string>:2: SADeprecationWarning: Mapper.order_by is deprecated.Use Query.order_by() in order to affect the ordering of ORM result sets.
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