##// END OF EJS Templates
db: adjust beaker_cache column size. If this column is created via Beaker itself it uses...
db: adjust beaker_cache column size. If this column is created via Beaker itself it uses BLOB for mysql, this can cause some issues with cache sizes not fitting. We move the creation into our script, then it uses proper size.

File last commit:

r2718:a716017a default
r2734:caa42fff 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