diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-17 18:11:48 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-17 18:11:48 -0500 |
| commit | dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71 (patch) | |
| tree | b3a0f56135488cdd5183433a53b191e43f4823c3 /setup.py | |
| parent | ab1b77143424c73bf126126d1bc5ceecdbf05ddb (diff) | |
| download | pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.tar.gz pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.tar.bz2 pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.zip | |
- Replace Twill with WebTest in internal integration tests (avoid deprecation
warnings generated by Twill).
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,10 +45,10 @@ install_requires=[ ] if platform.system() == 'Java': - tests_require = install_requires + ['twill'] + tests_require = install_requires + ['WebTest'] else: tests_require= install_requires + ['Sphinx', 'docutils', 'coverage', - 'twill', 'repoze.sphinx.autointerface'] + 'WebTest', 'repoze.sphinx.autointerface'] if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') |
