summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-30 14:43:25 -0700
committerGitHub <noreply@github.com>2018-08-30 14:43:25 -0700
commit332ca33fc51fb64b8e15e1aceb28e96dee2c6fec (patch)
tree65935ce3e3709c9d89d9ad97bd13c35dcf8166f8 /docs/tutorials/wiki2/src/authentication/setup.py
parenta4b4cdf2968d871b0467c304cc20ff20a586adae (diff)
parente604ce4350ccb6a70f632d5a4fdc5984a4218fd1 (diff)
downloadpyramid-332ca33fc51fb64b8e15e1aceb28e96dee2c6fec.tar.gz
pyramid-332ca33fc51fb64b8e15e1aceb28e96dee2c6fec.tar.bz2
pyramid-332ca33fc51fb64b8e15e1aceb28e96dee2c6fec.zip
Merge pull request #3338 from Pylons/docs-cc-update-for-1.10
Update docs for all cookiecutters
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/setup.py')
-rw-r--r--docs/tutorials/wiki2/src/authentication/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/setup.py b/docs/tutorials/wiki2/src/authentication/setup.py
index 28b766cbe..e2a30c0e7 100644
--- a/docs/tutorials/wiki2/src/authentication/setup.py
+++ b/docs/tutorials/wiki2/src/authentication/setup.py
@@ -26,7 +26,7 @@ requires = [
tests_require = [
'WebTest >= 1.3.1', # py3 compat
- 'pytest',
+ 'pytest>=3.7.4',
'pytest-cov',
]