Changeset 8693


Ignore:
Timestamp:
12 Jun 2012, 10:19:39 (12 years ago)
Author:
uli
Message:

Decouple waeup.stress from waeup.kofa. We should be able to stress any package.

Location:
main/waeup.stress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.stress/trunk/buildout.cfg

    r8661 r8693  
    2424recipe = zc.recipe.egg
    2525eggs = waeup.stress
    26        waeup.kofa
    2726       multi-mechanize
    2827interpreter = py
     28scripts = stress-run bootstrap_instances multimech-newproject
    2929
    3030[test]
  • main/waeup.stress/trunk/setup.py

    r8672 r8693  
    99    'numpy',
    1010    'matplotlib',
    11     'waeup.kofa',
    1211    ],
    13 
    14 # Having beaker installed additionally is a feature very recommended
    15 # for production use. The default buildout includes beaker for tests,
    16 # start scripts, and other parts that can benefit from it. The windows
    17 # buildout does not include it due to compiling problems with the
    18 # beaker package.
    19 beaker_require = [
    20     'dolmen.beaker',
    21     ]
    2212
    2313tests_require = [
Note: See TracChangeset for help on using the changeset viewer.