diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-07 01:12:58 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-07 01:12:58 -0600 |
| commit | 3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea (patch) | |
| tree | 348c99dfcd9c49efcaf9eb7e40658d1b1b3397ba /docs/tutorials/wiki2/src/tests/setup.py | |
| parent | 9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 (diff) | |
| download | pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.gz pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.bz2 pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.zip | |
revamp the test suite and explain the fixtures
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/tests/setup.py b/docs/tutorials/wiki2/src/tests/setup.py index 500c5e599..12eabaff2 100644 --- a/docs/tutorials/wiki2/src/tests/setup.py +++ b/docs/tutorials/wiki2/src/tests/setup.py @@ -20,8 +20,8 @@ requires = [ 'pyramid_tm', 'SQLAlchemy', 'transaction', - 'zope.sqlalchemy', 'waitress', + 'zope.sqlalchemy', ] tests_require = [ |
