summaryrefslogtreecommitdiff
path: root/docs/quick_tour/logging
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-18 05:15:42 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-18 05:15:42 -0800
commit54fba396ce913c9731f920447d680f1480d8517e (patch)
treeebb2d8b42e97d8912907771cdff9c3be777da49a /docs/quick_tour/logging
parentae9453732bcbd4a9812e6cd9232bba6d469a9953 (diff)
downloadpyramid-54fba396ce913c9731f920447d680f1480d8517e.tar.gz
pyramid-54fba396ce913c9731f920447d680f1480d8517e.tar.bz2
pyramid-54fba396ce913c9731f920447d680f1480d8517e.zip
Unpin webtest and pytest
Diffstat (limited to 'docs/quick_tour/logging')
-rw-r--r--docs/quick_tour/logging/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tour/logging/setup.py b/docs/quick_tour/logging/setup.py
index 47f21a9dc..e9c15db04 100644
--- a/docs/quick_tour/logging/setup.py
+++ b/docs/quick_tour/logging/setup.py
@@ -17,8 +17,8 @@ requires = [
]
tests_require = [
- 'WebTest >= 1.3.1',
- 'pytest>=3.7.4',
+ 'WebTest',
+ 'pytest',
'pytest-cov',
]