diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-12-02 04:18:10 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-12-02 04:18:10 -0800 |
| commit | f10fb24a3663cb070b28b8020fde957d16563400 (patch) | |
| tree | 6a17e57e989085eabe45325a0816bec1a0c9593c /docs/tutorials/wiki2/src/tests/setup.py | |
| parent | fe4465b91296ca7d41c4f7c8006cbd8d50851a09 (diff) | |
| download | pyramid-f10fb24a3663cb070b28b8020fde957d16563400.tar.gz pyramid-f10fb24a3663cb070b28b8020fde957d16563400.tar.bz2 pyramid-f10fb24a3663cb070b28b8020fde957d16563400.zip | |
- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, per 2885a7b96545c037109d7999319f74869a640050)
- add wiki2/src/tests/ files. special thanks to @ppaez
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/src/tests/setup.py b/docs/tutorials/wiki2/src/tests/setup.py index d8486e462..f640b4399 100644 --- a/docs/tutorials/wiki2/src/tests/setup.py +++ b/docs/tutorials/wiki2/src/tests/setup.py @@ -10,7 +10,7 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: requires = [ 'pyramid', - 'pyramid_chameleon', + 'pyramid_jinja2', 'pyramid_debugtoolbar', 'pyramid_tm', 'SQLAlchemy', @@ -18,7 +18,7 @@ requires = [ 'zope.sqlalchemy', 'waitress', 'docutils', - 'WebTest', # add this + 'WebTest', ] setup(name='tutorial', |
