summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba <ashwoods@gmail.com>2018-04-18 11:02:30 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2018-04-18 11:02:30 +0200
commit6869e2d3b5b3a90bcd00322676ab97ab20c90082 (patch)
tree1c6dfd9b1fe4b43a16b8498904c7648ac14e466f
parent9c72270099a283b2f74a0bca3ae8d09aaa161895 (diff)
downloadraven-6869e2d3b5b3a90bcd00322676ab97ab20c90082.tar.gz
ref: Update pytest requirements (#1224)
-rwxr-xr-xsetup.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 16150c2..15cb7df 100755
--- a/setup.py
+++ b/setup.py
@@ -73,14 +73,12 @@ tests_require = [
'logbook',
'mock',
'nose',
- 'pycodestyle',
'pytz',
'pytest>=3.2.0,<3.3.0',
- 'pytest-timeout==1.2.0',
+ 'pytest-timeout==1.2.1',
'pytest-xdist==1.18.2',
- 'pytest-pythonpath==0.7.1',
- 'pytest-sugar==0.9.0',
- 'pytest-cov',
+ 'pytest-pythonpath==0.7.2',
+ 'pytest-cov==2.5.1',
'pytest-flake8==1.0.0',
'requests',
'tornado>=4.1,<5.0',