summaryrefslogtreecommitdiff
path: root/www/py-autobahn/patches/patch-setup.py
blob: 34ed9b025ead4985d1db703484a5cb3d23a60cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-setup.py,v 1.1 2019/05/30 09:10:13 adam Exp $

Relax test requirements.

--- setup.py.orig	2018-08-19 10:45:51.000000000 +0000
+++ setup.py
@@ -167,7 +167,7 @@ if PY3:
 
 # for testing by users with "python setup.py test" (not Tox, which we use)
 test_requirements = [
-    "pytest>=2.8.6,<3.3.0",             # MIT license
+    "pytest>=2.8.6",                    # MIT license
     "mock>=1.3.0",                      # BSD license
 ]