$NetBSD: patch-requirements__test.txt,v 1.3 2018/04/30 08:48:07 adam Exp $

'coverage' is not (yet) needed for testing.
Relax pytest requirements.

--- requirements_test.txt.orig	2017-10-27 02:50:06.000000000 +0000
+++ requirements_test.txt
@@ -1,3 +1,2 @@
-coverage>=4.0,<4.4  # TODO: https://github.com/benoitc/gunicorn/issues/1548
-pytest==3.0.5
-pytest-cov==2.4.0
+pytest>=3.0.5
+pytest-cov>=2.4.0
