Files @ 1ba7e0c0d3b3
Branch filter:

Location: kallithea/dev_requirements.txt

Thomas De Schampheleire
tests: admin_permissions: make sure all custom IP permissions are cleared

test_add_ips changes IP permissions and at the end tries to clean up by
deleting it again. When the delete fails, there is still a restricted IP
permission configuration, causing other tests to fail.

Attempt a direct delete to the database without relying on the application
post/get interface.
1
2
3
4
5
6
7
pytest>=2.7.0,<3.0
pytest-runner
pytest-sugar>=0.7.0,<1.0.0
pytest-catchlog
WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb
mock
sphinx