From 487229c96bdb3be7a820657d059e5a5c6141c498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Oct 2019 23:59:00 +0200 Subject: [PATCH] tox: allow latest pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 29a1728..56a6c17 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = pg: psycopg2 mock httmock - pytest<4.1 + pytest pytest-cov pytest-random pytest-mock