summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-08-09 17:09:23 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2017-08-09 17:12:00 +0200
commit45941bf4ed414fc84a1ef550c7052c0df29b4ca8 (patch)
tree9de86a7df81b467c3742655770d5734b0d369edf
parent1c377bc28f199ba67ae66b799588075e13dcc609 (diff)
downloadraven-45941bf4ed414fc84a1ef550c7052c0df29b4ca8.tar.gz
Update test_require versions
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c7f63a0..5874d14 100755
--- a/setup.py
+++ b/setup.py
@@ -73,10 +73,10 @@ tests_require = [
'nose',
'pycodestyle',
'pytz',
- 'pytest>=3.1.0,<3.2.0',
+ 'pytest>=3.2.0,<3.3.0',
'pytest-timeout==1.2.0',
'pytest-xdist==1.18.2',
- 'pytest-pythonpath',
+ 'pytest-pythonpath==0.7.1',
'pytest-sugar==0.8',
'pytest-assume',
'pytest-cov',