##// END OF EJS Templates
processes: better handling of PID that are not part of RhodeCode processes....
processes: better handling of PID that are not part of RhodeCode processes. - in some cases for multiple gunicorn instances the PID sent is not from rhodecode which would lead to AccessDenied errors. We prevent from crashing the server on this type of errors.

File last commit:

r2386:1863d1c7 default
r2661:042cb4c7 default
Show More
requirements_test.txt
15 lines | 264 B | text/plain | TextLexer
/ requirements_test.txt
# test related requirements
pytest==3.2.5
py==1.5.2
pytest-cov==2.5.1
pytest-sugar==0.9.0
pytest-runner==3.0.0
pytest-catchlog==1.2.2
pytest-profiling==1.2.11
gprof2dot==2017.9.19
pytest-timeout==1.2.0
mock==1.0.1
WebTest==2.0.29
cov-core==1.15.0
coverage==3.7.1