diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-19 02:35:36 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-19 02:35:36 -0800 |
| commit | f77957109be35d7b93014d5623fae7e670797213 (patch) | |
| tree | 2f76610fe4de3ee98516ab4d2f4d75d38f70625d /docs | |
| parent | 336e91d824ceb55a113b434be4957d1a5baa11a8 (diff) | |
| download | pyramid-f77957109be35d7b93014d5623fae7e670797213.tar.gz pyramid-f77957109be35d7b93014d5623fae7e670797213.tar.bz2 pyramid-f77957109be35d7b93014d5623fae7e670797213.zip | |
unpin webtest (missed in first pass)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/commandline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst index 962193ec3..21b2a0839 100644 --- a/docs/narr/commandline.rst +++ b/docs/narr/commandline.rst @@ -1006,7 +1006,7 @@ top-level directory, your ``setup.py`` file will look something like this: requires = ['pyramid', 'pyramid_debugtoolbar'] tests_require = [ - 'WebTest >= 1.3.1', + 'WebTest', 'pytest', 'pytest-cov', ] @@ -1073,7 +1073,7 @@ The result will be something like: requires = ['pyramid', 'pyramid_debugtoolbar'] tests_require = [ - 'WebTest >= 1.3.1', + 'WebTest', 'pytest', 'pytest-cov', ] |
