Files @ 98dd27958280
Branch filter:

Location: kallithea/dev_requirements.txt

Søren Løvborg
test: bump pytest minimum version

Recent test case changes broke compatibility with pytest < 3.0.

FYI, the ~= version spec is a shorthand (PEP 440) used here to select
"3.0 or any later 3.* release". We could probably use this more often.
1
2
3
4
5
6
7
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb
mock
sphinx