diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-11-19 10:24:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-19 10:24:47 -0600 |
| commit | e5253db2bfe3fa42f03a6ef10f353674b497afb4 (patch) | |
| tree | a51bb45ff3deef9188d2057e76c7a7f6419011bb /docs/narr | |
| parent | 336e91d824ceb55a113b434be4957d1a5baa11a8 (diff) | |
| parent | cfaedc5e247af279059ab93fea4c9d7a27ddcf8a (diff) | |
| download | pyramid-e5253db2bfe3fa42f03a6ef10f353674b497afb4.tar.gz pyramid-e5253db2bfe3fa42f03a6ef10f353674b497afb4.tar.bz2 pyramid-e5253db2bfe3fa42f03a6ef10f353674b497afb4.zip | |
Merge pull request #6 from stevepiercy/drop-py2
unpin webtest; s/url/URL when acronym
Diffstat (limited to 'docs/narr')
| -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', ] |
