summaryrefslogtreecommitdiff
path: root/www/py-raven/patches/patch-setup.py
blob: 36890c6654b5942802f6032a88e424938de99460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$NetBSD: patch-setup.py,v 1.5 2018/04/27 07:45:09 adam Exp $

Relax requirements.

--- setup.py.orig	2018-04-18 09:28:51.000000000 +0000
+++ setup.py
@@ -67,21 +67,21 @@ if sys.version_info >= (3, 5):
 tests_require = [
     'bottle',
     'celery>=2.5',
-    'coverage<4',
+    'coverage',
     'exam>=0.5.2',
-    'flake8==3.5.0',
+    'flake8>=3.5.0',
     'logbook',
     'mock',
     'nose',
     'pytz',
-    'pytest>=3.2.0,<3.3.0',
-    'pytest-timeout==1.2.1',
-    'pytest-xdist==1.18.2',
-    'pytest-pythonpath==0.7.2',
-    'pytest-cov==2.5.1',
-    'pytest-flake8==1.0.0',
+    'pytest>=3.2.0',
+    'pytest-timeout>=1.2.1',
+    'pytest-xdist>=1.18.2',
+    'pytest-pythonpath>=0.7.1',
+    'pytest-cov>=2.5.1',
+    'pytest-flake8>=1.0.0',
     'requests',
-    'tornado>=4.1,<5.0',
+    'tornado>=4.1',
     'tox',
     'webob',
     'webtest',